#A08ACA

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

Shades of Cold Purple #A08ACA

Tints of Cold Purple #A08ACA

Color information

#A08ACA (or 0xA08ACA) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and CA. RGB value is (160,138,202). Sum of RGB (Red+Green+Blue) = 160+138+202=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACA is #5F7535. Grayscale: #979797. Windows color (decimal): -6255926 or 13273760. OLE color: 13273760.

HSL color Cylindrical-coordinate representation of color #A08ACA: hue angle of 260.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08ACA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160138202-
CMYK0.210.3200.21
HSL260.62º37.65%66.67%-
HSV(B)260.62º31.68%79.22%-
XYZ34.2529.9159.85-
YUV151.87156.29133.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=32%
G=27.6%
B=40.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601382020.210.3200.21260.6237.6566.67
HexA08ACA15200151052643
Octal240212312254002540546103
Binary101000001000101011001010101011000000101011000001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ACA; }

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

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

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

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

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

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

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

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