Html Css Color HEX #A08CB6 Cold Purple

📋 copy color: '#A08CB6'

red 160 ◦ green 140 ◦ blue 182

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

Shades of Cold Purple #A08CB6

Tints of Cold Purple #A08CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 33.2%
G = 29.05%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A08CB6 (or 0xA08CB6) is known color: Cold Purple. HEX triplet: A0, 8C and B6. RGB value is (160,140,182). Sum of RGB (Red+Green+Blue) = 160+140+182=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #A08CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CB6 is #5F7349. Grayscale: #969696. Windows color (decimal): -6255434 or 11963552. OLE color: 11963552.

HSL color Cylindrical-coordinate representation of color #A08CB6: hue angle of 268.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08CB6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 140 182 -
CMYK 0.12 0.23 0 0.29
HSL 268.57º 0.22% 0.63% -
HSV(B) 268.57º 0.23% 0.71% -
XYZ 32.32 29.61 48.27 -
YUV 150.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 160 140 182 0.12 0.23 0 0.29 268.57 0.22 0.63
Hex A0 8C B6 C 17 0 1D 10D 16 3F
Octal 240 214 266 14 27 0 35 415 26 77
Binary 10100000 10001100 10110110 1100 10111 0 11101 100001101 10110 111111

Color Harmonies of #A08CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CB6

Black with #A08CB6

Text Example


Text Example

White with #A08CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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