#A08CCA

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

Shades of Cold Purple #A08CCA

Tints of Cold Purple #A08CCA

Color information

#A08CCA (or 0xA08CCA) is unknown color: approx Cold Purple. HEX triplet: A0, 8C and CA. RGB value is (160,140,202). Sum of RGB (Red+Green+Blue) = 160+140+202=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCA is #5F7335. Grayscale: #989898. Windows color (decimal): -6255414 or 13274272. OLE color: 13274272.

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

Color convert

RGB160140202-
CMYK0.210.3100.21
HSL259.35º36.9%67.06%-
HSV(B)259.35º30.69%79.22%-
XYZ34.5430.4959.94-
YUV153.05155.63132.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=31.87%
G=27.89%
B=40.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601402020.210.3100.21259.3536.967.06
HexA08CCA151F0151032543
Octal240214312253702540345103
Binary10100000100011001100101010101111110101011000000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CCA; }

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

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

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

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

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

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

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

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