#A589CA

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

Shades of Cold Purple #A589CA

Tints of Cold Purple #A589CA

Color information

#A589CA (or 0xA589CA) is unknown color: approx Cold Purple. HEX triplet: A5, 89 and CA. RGB value is (165,137,202). Sum of RGB (Red+Green+Blue) = 165+137+202=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A589CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589CA is #5A7635. Grayscale: #989898. Windows color (decimal): -5928502 or 13273509. OLE color: 13273509.

HSL color Cylindrical-coordinate representation of color #A589CA: hue angle of 265.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A589CA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165137202-
CMYK0.180.3200.21
HSL265.85º38.01%66.47%-
HSV(B)265.85º32.18%79.22%-
XYZ35.1230.1559.85-
YUV152.78155.78136.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=32.74%
G=27.18%
B=40.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651372020.180.3200.21265.8538.0166.47
HexA589CA122001510a2642
Octal245211312224002541246102
Binary101001011000100111001010100101000000101011000010101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A589CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A589CA; }

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

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

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

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

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

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

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

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