#A088D1

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

Shades of Cold Purple #A088D1

Tints of Cold Purple #A088D1

Color information

#A088D1 (or 0xA088D1) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and D1. RGB value is (160,136,209). Sum of RGB (Red+Green+Blue) = 160+136+209=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #A088D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088D1 is #5F772E. Grayscale: #979797. Windows color (decimal): -6256431 or 13732000. OLE color: 13732000.

HSL color Cylindrical-coordinate representation of color #A088D1: hue angle of 259.73º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A088D1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160136209-
CMYK0.230.3500.18
HSL259.73º44.24%67.65%-
HSV(B)259.73º34.93%81.96%-
XYZ34.8129.6964.22-
YUV151.5160.45134.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=31.68%
G=26.93%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601362090.230.3500.18259.7344.2467.65
HexA088D117230121042c44
Octal240210321274302240454104
Binary101000001000100011010001101111000110100101000001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088D1; }

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

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

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

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

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

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

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

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