Html Css Color HEX #A99EDA Wistful

📋 copy color: '#A99EDA'

red 169 ◦ green 158 ◦ blue 218

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

Shades of Wistful #A99EDA

Tints of Wistful #A99EDA

RGB

 RED value IS 169 (66.41% from 255) = 31.01%

 GREEN value IS 158 (62.11% from 255) = 28.99%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 31.01%
G = 28.99%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A99EDA (or 0xA99EDA) is known color: Wistful. HEX triplet: A9, 9E and DA. RGB value is (169,158,218). Sum of RGB (Red+Green+Blue) = 169+158+218=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EDA is #566125. Grayscale: #A7A7A7. Windows color (decimal): -5660966 or 14327465. OLE color: 14327465.

HSL color Cylindrical-coordinate representation of color #A99EDA: hue angle of 251º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99EDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 158 218 -
CMYK 0.22 0.28 0 0.15
HSL 251º 0.45% 0.74% -
HSV(B) 251º 0.28% 0.85% -
XYZ 41.24 37.95 71.48 -
YUV 168.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 169 158 218 0.22 0.28 0 0.15 251 0.45 0.74
Hex A9 9E DA 16 1C 0 F FB 2D 4A
Octal 251 236 332 26 34 0 17 373 55 112
Binary 10101001 10011110 11011010 10110 11100 0 1111 11111011 101101 1001010

Color Harmonies of #A99EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EDA

Black with #A99EDA

Text Example


Text Example

White with #A99EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EDA; }

 p { color: rgb(169,158,218); }

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

background-color css

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

 a { background-color: rgb(169,158,218); }

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

border-color css

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

 span { border-color: rgb(169,158,218); }

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