#A588C7

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

Shades of Cold Purple #A588C7

Tints of Cold Purple #A588C7

Color information

#A588C7 (or 0xA588C7) is unknown color: approx Cold Purple. HEX triplet: A5, 88 and C7. RGB value is (165,136,199). Sum of RGB (Red+Green+Blue) = 165+136+199=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #A588C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588C7 is #5A7738. Grayscale: #979797. Windows color (decimal): -5928761 or 13076645. OLE color: 13076645.

HSL color Cylindrical-coordinate representation of color #A588C7: hue angle of 267.62º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A588C7 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165136199-
CMYK0.170.3200.22
HSL267.62º36%65.69%-
HSV(B)267.62º31.66%78.04%-
XYZ34.6329.7357.95-
YUV151.85154.61137.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=33%
G=27.2%
B=39.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651361990.170.3200.22267.623665.69
HexA588C7112001610c2442
Octal245210307214002641444102
Binary101001011000100011000111100011000000101101000011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588C7; }

 p { color: rgb(165,136,199); }

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

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

 a { background-color: rgb(165,136,199); }

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

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

 span { border-color: rgb(165,136,199); }

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