#A59ABC

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

Shades of Cold Purple #A59ABC

Tints of Cold Purple #A59ABC

Color information

#A59ABC (or 0xA59ABC) is unknown color: approx Cold Purple. HEX triplet: A5, 9A and BC. RGB value is (165,154,188). Sum of RGB (Red+Green+Blue) = 165+154+188=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABC is #5A6543. Grayscale: #A1A1A1. Windows color (decimal): -5924164 or 12360357. OLE color: 12360357.

HSL color Cylindrical-coordinate representation of color #A59ABC: hue angle of 259.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59ABC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165154188-
CMYK0.120.1800.26
HSL259.41º20.24%67.06%-
HSV(B)259.41º18.09%73.73%-
XYZ36.1534.7452.38-
YUV161.17143.14130.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=32.54%
G=30.37%
B=37.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651541880.120.1800.26259.4120.2467.06
HexA59ABCC1201A1031443
Octal245232274142203240324103
Binary101001011001101010111100110010010011010100000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ABC; }

 p { color: rgb(165,154,188); }

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

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

 a { background-color: rgb(165,154,188); }

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

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

 span { border-color: rgb(165,154,188); }

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