#A08ACB

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

Shades of Cold Purple #A08ACB

Tints of Cold Purple #A08ACB

Color information

#A08ACB (or 0xA08ACB) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and CB. RGB value is (160,138,203). Sum of RGB (Red+Green+Blue) = 160+138+203=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACB is #5F7534. Grayscale: #979797. Windows color (decimal): -6255925 or 13339296. OLE color: 13339296.

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

Color convert

RGB160138203-
CMYK0.210.3200.20
HSL260.31º38.46%66.86%-
HSV(B)260.31º32.02%79.61%-
XYZ34.3729.9660.47-
YUV151.99156.79133.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=31.94%
G=27.54%
B=40.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601382030.210.3200.20260.3138.4666.86
HexA08ACB15200141042643
Octal240212313254002440446103
Binary101000001000101011001011101011000000101001000001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ACB; }

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

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

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

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

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

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

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

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