#A88ACB

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

Shades of Cold Purple #A88ACB

Tints of Cold Purple #A88ACB

Color information

#A88ACB (or 0xA88ACB) is unknown color: approx Cold Purple. HEX triplet: A8, 8A and CB. RGB value is (168,138,203). Sum of RGB (Red+Green+Blue) = 168+138+203=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACB is #577534. Grayscale: #9A9A9A. Windows color (decimal): -5731637 or 13339304. OLE color: 13339304.

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

Color convert

RGB168138203-
CMYK0.170.3200.20
HSL267.69º38.46%66.86%-
HSV(B)267.69º32.02%79.61%-
XYZ36.0230.8160.55-
YUV154.38155.44137.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=33.01%
G=27.11%
B=39.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681382030.170.3200.20267.6938.4666.86
HexA88ACB112001410c2643
Octal250212313214002441446103
Binary101010001000101011001011100011000000101001000011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ACB; }

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

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

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

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

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

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

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

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