Html Css Color HEX #A99EED Wistful

📋 copy color: '#A99EED'

red 169 ◦ green 158 ◦ blue 237

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

Shades of Wistful #A99EED

Tints of Wistful #A99EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 29.96%
G = 28.01%
B = 42.02%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A99EED (or 0xA99EED) is known color: Wistful. HEX triplet: A9, 9E and ED. RGB value is (169,158,237). Sum of RGB (Red+Green+Blue) = 169+158+237=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #A99EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99EED is #566112. Grayscale: #A9A9A9. Windows color (decimal): -5660947 or 15572649. OLE color: 15572649.

HSL color Cylindrical-coordinate representation of color #A99EED: hue angle of 248.35º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99EED is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 158 237 -
CMYK 0.29 0.33 0 0.07
HSL 248.35º 0.69% 0.77% -
HSV(B) 248.35º 0.33% 0.93% -
XYZ 43.88 39 85.34 -
YUV 170.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 169 158 237 0.29 0.33 0 0.07 248.35 0.69 0.77
Hex A9 9E ED 1D 21 0 7 F8 45 4D
Octal 251 236 355 35 41 0 7 370 105 115
Binary 10101001 10011110 11101101 11101 100001 0 111 11111000 1000101 1001101

Color Harmonies of #A99EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EED

Black with #A99EED

Text Example


Text Example

White with #A99EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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