Html Css Color HEX #A99EDC Wistful

📋 copy color: '#A99EDC'

red 169 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A99EDC

Tints of Wistful #A99EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 30.9%
G = 28.88%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A99EDC (or 0xA99EDC) is known color: Wistful. HEX triplet: A9, 9E and DC. RGB value is (169,158,220). Sum of RGB (Red+Green+Blue) = 169+158+220=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #A99EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EDC is #566123. Grayscale: #A8A8A8. Windows color (decimal): -5660964 or 14458537. OLE color: 14458537.

HSL color Cylindrical-coordinate representation of color #A99EDC: hue angle of 250.65º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99EDC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 158 220 -
CMYK 0.23 0.28 0 0.14
HSL 250.65º 0.47% 0.74% -
HSV(B) 250.65º 0.28% 0.86% -
XYZ 41.51 38.06 72.87 -
YUV 168.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 169 158 220 0.23 0.28 0 0.14 250.65 0.47 0.74
Hex A9 9E DC 17 1C 0 E FB 2F 4A
Octal 251 236 334 27 34 0 16 373 57 112
Binary 10101001 10011110 11011100 10111 11100 0 1110 11111011 101111 1001010

Color Harmonies of #A99EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EDC

Black with #A99EDC

Text Example


Text Example

White with #A99EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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