Html Css Color HEX #A99DEA Wistful

📋 copy color: '#A99DEA'

red 169 ◦ green 157 ◦ blue 234

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

Shades of Wistful #A99DEA

Tints of Wistful #A99DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 30.18%
G = 28.04%
B = 41.79%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A99DEA (or 0xA99DEA) is known color: Wistful. HEX triplet: A9, 9D and EA. RGB value is (169,157,234). Sum of RGB (Red+Green+Blue) = 169+157+234=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #A99DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEA is #566215. Grayscale: #A9A9A9. Windows color (decimal): -5661206 or 15375785. OLE color: 15375785.

HSL color Cylindrical-coordinate representation of color #A99DEA: hue angle of 249.35º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99DEA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 157 234 -
CMYK 0.28 0.33 0 0.08
HSL 249.35º 0.65% 0.77% -
HSV(B) 249.35º 0.33% 0.92% -
XYZ 43.27 38.49 82.99 -
YUV 169.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 169 157 234 0.28 0.33 0 0.08 249.35 0.65 0.77
Hex A9 9D EA 1C 21 0 8 F9 41 4D
Octal 251 235 352 34 41 0 10 371 101 115
Binary 10101001 10011101 11101010 11100 100001 0 1000 11111001 1000001 1001101

Color Harmonies of #A99DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DEA

Black with #A99DEA

Text Example


Text Example

White with #A99DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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