#A589CB

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

Shades of Cold Purple #A589CB

Tints of Cold Purple #A589CB

Color information

#A589CB (or 0xA589CB) is unknown color: approx Cold Purple. HEX triplet: A5, 89 and CB. RGB value is (165,137,203). Sum of RGB (Red+Green+Blue) = 165+137+203=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A589CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589CB is #5A7634. Grayscale: #989898. Windows color (decimal): -5928501 or 13339045. OLE color: 13339045.

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

Color convert

RGB165137203-
CMYK0.190.3300.20
HSL265.45º38.82%66.67%-
HSV(B)265.45º32.51%79.61%-
XYZ35.2430.260.47-
YUV152.9156.28136.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=32.67%
G=27.13%
B=40.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651372030.190.3300.20265.4538.8266.67
HexA589CB13210141092743
Octal245211313234102441147103
Binary101001011000100111001011100111000010101001000010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589CB; }

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

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

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

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

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

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

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

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