#A08ECD

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

Shades of Cold Purple #A08ECD

Tints of Cold Purple #A08ECD

Color information

#A08ECD (or 0xA08ECD) is unknown color: approx Cold Purple. HEX triplet: A0, 8E and CD. RGB value is (160,142,205). Sum of RGB (Red+Green+Blue) = 160+142+205=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECD is #5F7132. Grayscale: #9A9A9A. Windows color (decimal): -6254899 or 13471392. OLE color: 13471392.

HSL color Cylindrical-coordinate representation of color #A08ECD: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08ECD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160142205-
CMYK0.220.3100.20
HSL257.14º38.65%68.04%-
HSV(B)257.14º30.73%80.39%-
XYZ35.1931.2361.93-
YUV154.56156.46131.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=31.56%
G=28.01%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601422050.220.3100.20257.1438.6568.04
HexA08ECD161F0141012744
Octal240216315263702440147104
Binary10100000100011101100110110110111110101001000000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ECD; }

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

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

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

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

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

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

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

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