Html Css Color HEX #A99EDF Wistful

📋 copy color: '#A99EDF'

red 169 ◦ green 158 ◦ blue 223

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

Shades of Wistful #A99EDF

Tints of Wistful #A99EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 30.73%
G = 28.73%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A99EDF (or 0xA99EDF) is known color: Wistful. HEX triplet: A9, 9E and DF. RGB value is (169,158,223). Sum of RGB (Red+Green+Blue) = 169+158+223=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #A99EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EDF is #566120. Grayscale: #A8A8A8. Windows color (decimal): -5660961 or 14655145. OLE color: 14655145.

HSL color Cylindrical-coordinate representation of color #A99EDF: hue angle of 250.15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99EDF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 158 223 -
CMYK 0.24 0.29 0 0.13
HSL 250.15º 0.5% 0.75% -
HSV(B) 250.15º 0.29% 0.87% -
XYZ 41.91 38.22 74.98 -
YUV 168.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 169 158 223 0.24 0.29 0 0.13 250.15 0.5 0.75
Hex A9 9E DF 18 1D 0 D FA 32 4B
Octal 251 236 337 30 35 0 15 372 62 113
Binary 10101001 10011110 11011111 11000 11101 0 1101 11111010 110010 1001011

Color Harmonies of #A99EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EDF

Black with #A99EDF

Text Example


Text Example

White with #A99EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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