Html Css Color HEX #A99DEB Wistful

📋 copy color: '#A99DEB'

red 169 ◦ green 157 ◦ blue 235

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

Shades of Wistful #A99DEB

Tints of Wistful #A99DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 30.12%
G = 27.99%
B = 41.89%

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

#A99DEB (or 0xA99DEB) is known color: Wistful. HEX triplet: A9, 9D and EB. RGB value is (169,157,235). Sum of RGB (Red+Green+Blue) = 169+157+235=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A99DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DEB is #566214. Grayscale: #A9A9A9. Windows color (decimal): -5661205 or 15441321. OLE color: 15441321.

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

Color convert

RGB 169 157 235 -
CMYK 0.28 0.33 0 0.08
HSL 249.23º 0.66% 0.77% -
HSV(B) 249.23º 0.33% 0.92% -
XYZ 43.41 38.55 83.75 -
YUV 169.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 169 157 235 0.28 0.33 0 0.08 249.23 0.66 0.77
Hex A9 9D EB 1C 21 0 8 F9 42 4D
Octal 251 235 353 34 41 0 10 371 102 115
Binary 10101001 10011101 11101011 11100 100001 0 1000 11111001 1000010 1001101

Color Harmonies of #A99DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DEB

Black with #A99DEB

Text Example


Text Example

White with #A99DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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