Html Css Color HEX #A08DB8 Cold Purple

📋 copy color: '#A08DB8'

red 160 ◦ green 141 ◦ blue 184

#A08DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A08DB8

Tints of Cold Purple #A08DB8

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 32.99%
G = 29.07%
B = 37.94%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A08DB8 (or 0xA08DB8) is known color: Cold Purple. HEX triplet: A0, 8D and B8. RGB value is (160,141,184). Sum of RGB (Red+Green+Blue) = 160+141+184=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #A08DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DB8 is #5F7247. Grayscale: #979797. Windows color (decimal): -6255176 or 12094880. OLE color: 12094880.

HSL color Cylindrical-coordinate representation of color #A08DB8: hue angle of 266.51º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08DB8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 141 184 -
CMYK 0.13 0.23 0 0.28
HSL 266.51º 0.23% 0.64% -
HSV(B) 266.51º 0.23% 0.72% -
XYZ 32.67 29.98 49.41 -
YUV 151.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 160 141 184 0.13 0.23 0 0.28 266.51 0.23 0.64
Hex A0 8D B8 D 17 0 1C 10B 17 40
Octal 240 215 270 15 27 0 34 413 27 100
Binary 10100000 10001101 10111000 1101 10111 0 11100 100001011 10111 1000000

Color Harmonies of #A08DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DB8

Black with #A08DB8

Text Example


Text Example

White with #A08DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DB8; }

 p { color: rgb(160,141,184); }

 H1.HeaderClassName
 {
   color: #A08DB8;
 }
 .AnyTagClassName
 {
   color: #A08DB8;
 }
</style>

background-color css

<style>
 a { background-color: #A08DB8; }

 a { background-color: rgb(160,141,184); }

 div.DivClassName
 {
   background-color: #A08DB8;
 }
 .BgClassName
 {
   background-color: #A08DB8;
 }
</style>

border-color css

<style>
 span { border-color: #A08DB8; }

 span { border-color: rgb(160,141,184); }

 td.TdClassName
 {
   border-color: #A08DB8;
 }
 .TagClassName
 {
   border-color: #A08DB8;
 }
</style>