Html Css Color HEX #A499D2 Wistful

📋 copy color: '#A499D2'

red 164 ◦ green 153 ◦ blue 210

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

Shades of Wistful #A499D2

Tints of Wistful #A499D2

RGB

 RED value IS 164 (64.45% from 255) = 31.12%

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

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 31.12%
G = 29.03%
B = 39.85%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A499D2 (or 0xA499D2) is known color: Wistful. HEX triplet: A4, 99 and D2. RGB value is (164,153,210). Sum of RGB (Red+Green+Blue) = 164+153+210=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #A499D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D2 is #5B662D. Grayscale: #A2A2A2. Windows color (decimal): -5989934 or 13801892. OLE color: 13801892.

HSL color Cylindrical-coordinate representation of color #A499D2: hue angle of 251.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A499D2 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 153 210 -
CMYK 0.22 0.27 0 0.18
HSL 251.58º 0.39% 0.71% -
HSV(B) 251.58º 0.27% 0.82% -
XYZ 38.33 35.33 65.77 -
YUV 162.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 164 153 210 0.22 0.27 0 0.18 251.58 0.39 0.71
Hex A4 99 D2 16 1B 0 12 FC 27 47
Octal 244 231 322 26 33 0 22 374 47 107
Binary 10100100 10011001 11010010 10110 11011 0 10010 11111100 100111 1000111

Color Harmonies of #A499D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499D2

Black with #A499D2

Text Example


Text Example

White with #A499D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499D2; }

 p { color: rgb(164,153,210); }

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

background-color css

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

 a { background-color: rgb(164,153,210); }

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

border-color css

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

 span { border-color: rgb(164,153,210); }

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