Html Css Color HEX #A08CB9 Cold Purple

📋 copy color: '#A08CB9'

red 160 ◦ green 140 ◦ blue 185

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

Shades of Cold Purple #A08CB9

Tints of Cold Purple #A08CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 32.99%
G = 28.87%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A08CB9 (or 0xA08CB9) is known color: Cold Purple. HEX triplet: A0, 8C and B9. RGB value is (160,140,185). Sum of RGB (Red+Green+Blue) = 160+140+185=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #A08CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CB9 is #5F7346. Grayscale: #969696. Windows color (decimal): -6255431 or 12160160. OLE color: 12160160.

HSL color Cylindrical-coordinate representation of color #A08CB9: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08CB9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 140 185 -
CMYK 0.14 0.24 0 0.27
HSL 266.67º 0.24% 0.64% -
HSV(B) 266.67º 0.24% 0.73% -
XYZ 32.63 29.73 49.92 -
YUV 151.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 160 140 185 0.14 0.24 0 0.27 266.67 0.24 0.64
Hex A0 8C B9 E 18 0 1B 10B 18 40
Octal 240 214 271 16 30 0 33 413 30 100
Binary 10100000 10001100 10111001 1110 11000 0 11011 100001011 11000 1000000

Color Harmonies of #A08CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CB9

Black with #A08CB9

Text Example


Text Example

White with #A08CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CB9; }

 p { color: rgb(160,140,185); }

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

background-color css

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

 a { background-color: rgb(160,140,185); }

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

border-color css

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

 span { border-color: rgb(160,140,185); }

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