#A088CE

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

Shades of Cold Purple #A088CE

Tints of Cold Purple #A088CE

Color information

#A088CE (or 0xA088CE) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and CE. RGB value is (160,136,206). Sum of RGB (Red+Green+Blue) = 160+136+206=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A088CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088CE is #5F7731. Grayscale: #969696. Windows color (decimal): -6256434 or 13535392. OLE color: 13535392.

HSL color Cylindrical-coordinate representation of color #A088CE: hue angle of 260.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A088CE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160136206-
CMYK0.220.3400.19
HSL260.57º41.67%67.06%-
HSV(B)260.57º33.98%80.78%-
XYZ34.4429.5462.28-
YUV151.16158.95134.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=31.87%
G=27.09%
B=41.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601362060.220.3400.19260.5741.6767.06
HexA088CE16220131052a43
Octal240210316264202340552103
Binary101000001000100011001110101101000100100111000001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088CE; }

 p { color: rgb(160,136,206); }

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

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

 a { background-color: rgb(160,136,206); }

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

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

 span { border-color: rgb(160,136,206); }

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