Html Css Color HEX #A99DEC Wistful

📋 copy color: '#A99DEC'

red 169 ◦ green 157 ◦ blue 236

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

Shades of Wistful #A99DEC

Tints of Wistful #A99DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 30.07%
G = 27.94%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A99DEC (or 0xA99DEC) is known color: Wistful. HEX triplet: A9, 9D and EC. RGB value is (169,157,236). Sum of RGB (Red+Green+Blue) = 169+157+236=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #A99DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEC is #566213. Grayscale: #A9A9A9. Windows color (decimal): -5661204 or 15506857. OLE color: 15506857.

HSL color Cylindrical-coordinate representation of color #A99DEC: hue angle of 249.11º degrees, saturation: 0.68, 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 #A99DEC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 157 236 -
CMYK 0.28 0.33 0 0.07
HSL 249.11º 0.68% 0.77% -
HSV(B) 249.11º 0.33% 0.93% -
XYZ 43.56 38.61 84.51 -
YUV 169.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 169 157 236 0.28 0.33 0 0.07 249.11 0.68 0.77
Hex A9 9D EC 1C 21 0 7 F9 44 4D
Octal 251 235 354 34 41 0 7 371 104 115
Binary 10101001 10011101 11101100 11100 100001 0 111 11111001 1000100 1001101

Color Harmonies of #A99DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DEC

Black with #A99DEC

Text Example


Text Example

White with #A99DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DEC; }

 p { color: rgb(169,157,236); }

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

background-color css

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

 a { background-color: rgb(169,157,236); }

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

border-color css

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

 span { border-color: rgb(169,157,236); }

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