#A599CD

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

Shades of Wistful #A599CD

Tints of Wistful #A599CD

Color information

#A599CD (or 0xA599CD) is unknown color: approx Wistful. HEX triplet: A5, 99 and CD. RGB value is (165,153,205). Sum of RGB (Red+Green+Blue) = 165+153+205=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #A599CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CD is #5A6632. Grayscale: #A2A2A2. Windows color (decimal): -5924403 or 13474213. OLE color: 13474213.

HSL color Cylindrical-coordinate representation of color #A599CD: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A599CD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165153205-
CMYK0.200.2500.20
HSL253.85º34.21%70.2%-
HSV(B)253.85º25.37%80.39%-
XYZ37.9335.1962.55-
YUV162.52151.98129.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=31.55%
G=29.25%
B=39.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651532050.200.2500.20253.8534.2170.2
HexA599CD1419014fe2246
Octal245231315243102437642106
Binary1010010110011001110011011010011001010100111111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CD; }

 p { color: rgb(165,153,205); }

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

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

 a { background-color: rgb(165,153,205); }

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

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

 span { border-color: rgb(165,153,205); }

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