#A88ACA

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

Shades of Cold Purple #A88ACA

Tints of Cold Purple #A88ACA

Color information

#A88ACA (or 0xA88ACA) is unknown color: approx Cold Purple. HEX triplet: A8, 8A and CA. RGB value is (168,138,202). Sum of RGB (Red+Green+Blue) = 168+138+202=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A88ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACA is #577535. Grayscale: #9A9A9A. Windows color (decimal): -5731638 or 13273768. OLE color: 13273768.

HSL color Cylindrical-coordinate representation of color #A88ACA: hue angle of 268.12º 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 #A88ACA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168138202-
CMYK0.170.3200.21
HSL268.12º37.65%66.67%-
HSV(B)268.12º31.68%79.22%-
XYZ35.930.7759.92-
YUV154.27154.94137.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=33.07%
G=27.17%
B=39.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681382020.170.3200.21268.1237.6566.67
HexA88ACA112001510c2643
Octal250212312214002541446103
Binary101010001000101011001010100011000000101011000011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ACA; }

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

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

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

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

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

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

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

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