Html Css Color HEX #A599CC Wistful

📋 copy color: '#A599CC'

red 165 ◦ green 153 ◦ blue 204

#A599CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A599CC

Tints of Wistful #A599CC

RGB

 RED value IS 165 (64.84% from 255) = 31.61%

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 31.61%
G = 29.31%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A599CC (or 0xA599CC) is known color: Wistful. HEX triplet: A5, 99 and CC. RGB value is (165,153,204). Sum of RGB (Red+Green+Blue) = 165+153+204=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A599CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CC is #5A6633. Grayscale: #A2A2A2. Windows color (decimal): -5924404 or 13408677. OLE color: 13408677.

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

Color convert

RGB 165 153 204 -
CMYK 0.19 0.25 0 0.2
HSL 254.12º 0.33% 0.7% -
HSV(B) 254.12º 0.25% 0.8% -
XYZ 37.81 35.14 61.92 -
YUV 162.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 165 153 204 0.19 0.25 0 0.2 254.12 0.33 0.7
Hex A5 99 CC 13 19 0 14 FE 21 46
Octal 245 231 314 23 31 0 24 376 41 106
Binary 10100101 10011001 11001100 10011 11001 0 10100 11111110 100001 1000110

Color Harmonies of #A599CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599CC

Black with #A599CC

Text Example


Text Example

White with #A599CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599CC; }

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

 H1.HeaderClassName
 {
   color: #A599CC;
 }
 .AnyTagClassName
 {
   color: #A599CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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