#A089CB

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

Shades of Cold Purple #A089CB

Tints of Cold Purple #A089CB

Color information

#A089CB (or 0xA089CB) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and CB. RGB value is (160,137,203). Sum of RGB (Red+Green+Blue) = 160+137+203=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CB is #5F7634. Grayscale: #979797. Windows color (decimal): -6256181 or 13339040. OLE color: 13339040.

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

Color convert

RGB160137203-
CMYK0.210.3300.20
HSL260.91º38.82%66.67%-
HSV(B)260.91º32.51%79.61%-
XYZ34.2229.6860.42-
YUV151.4157.12134.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=32%
G=27.4%
B=40.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601372030.210.3300.20260.9138.8266.67
HexA089CB15210141052743
Octal240211313254102440547103
Binary101000001000100111001011101011000010101001000001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089CB; }

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

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

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

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

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

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

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

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