#A08ECB

Color #A08ECB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A08ECB

Tints of Cold Purple #A08ECB

Color information

#A08ECB (or 0xA08ECB) is unknown color: approx Cold Purple. HEX triplet: A0, 8E and CB. RGB value is (160,142,203). Sum of RGB (Red+Green+Blue) = 160+142+203=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECB is #5F7134. Grayscale: #9A9A9A. Windows color (decimal): -6254901 or 13340320. OLE color: 13340320.

HSL color Cylindrical-coordinate representation of color #A08ECB: hue angle of 257.7º degrees, saturation: 0.37, 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 #A08ECB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160142203-
CMYK0.210.3000.20
HSL257.7º36.97%67.65%-
HSV(B)257.7º30.05%79.61%-
XYZ34.9531.1360.67-
YUV154.34155.46132.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=31.68%
G=28.12%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601422030.210.3000.20257.736.9767.65
HexA08ECB151E0141022544
Octal240216313253602440245104
Binary10100000100011101100101110101111100101001000000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ECB; }

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

 H1.HeaderClassName
 {
   color: #A08ECB;
 }
 .AnyTagClassName
 {
   color: #A08ECB;
 }
</style>
background-color css

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

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

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

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

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

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