#A08ACD

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

Shades of Cold Purple #A08ACD

Tints of Cold Purple #A08ACD

Color information

#A08ACD (or 0xA08ACD) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and CD. RGB value is (160,138,205). Sum of RGB (Red+Green+Blue) = 160+138+205=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACD is #5F7532. Grayscale: #979797. Windows color (decimal): -6255923 or 13470368. OLE color: 13470368.

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

Color convert

RGB160138205-
CMYK0.220.3300.20
HSL259.7º40.12%67.25%-
HSV(B)259.7º32.68%80.39%-
XYZ34.6130.0661.74-
YUV152.22157.79133.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=31.81%
G=27.44%
B=40.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601382050.220.3300.20259.740.1267.25
HexA08ACD16210141042843
Octal240212315264102440450103
Binary101000001000101011001101101101000010101001000001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ACD; }

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

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

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

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

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

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

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

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