Html Css Color HEX #A08ECC Cold Purple

📋 copy color: '#A08ECC'

red 160 ◦ green 142 ◦ blue 204

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

Shades of Cold Purple #A08ECC

Tints of Cold Purple #A08ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 31.62%
G = 28.06%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A08ECC (or 0xA08ECC) is known color: Cold Purple. HEX triplet: A0, 8E and CC. RGB value is (160,142,204). Sum of RGB (Red+Green+Blue) = 160+142+204=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #A08ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECC is #5F7133. Grayscale: #9A9A9A. Windows color (decimal): -6254900 or 13405856. OLE color: 13405856.

HSL color Cylindrical-coordinate representation of color #A08ECC: hue angle of 257.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08ECC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 142 204 -
CMYK 0.22 0.30 0 0.2
HSL 257.42º 0.38% 0.68% -
HSV(B) 257.42º 0.3% 0.8% -
XYZ 35.07 31.18 61.3 -
YUV 154.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 160 142 204 0.22 0.30 0 0.2 257.42 0.38 0.68
Hex A0 8E CC 16 1E 0 14 101 26 44
Octal 240 216 314 26 36 0 24 401 46 104
Binary 10100000 10001110 11001100 10110 11110 0 10100 100000001 100110 1000100

Color Harmonies of #A08ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ECC

Black with #A08ECC

Text Example


Text Example

White with #A08ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ECC; }

 p { color: rgb(160,142,204); }

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

background-color css

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

 a { background-color: rgb(160,142,204); }

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

border-color css

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

 span { border-color: rgb(160,142,204); }

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