Html Css Color HEX #A99BD9 Biloba Flower

📋 copy color: '#A99BD9'

red 169 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #A99BD9

Tints of Biloba Flower #A99BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.65%

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 31.24%
G = 28.65%
B = 40.11%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A99BD9 (or 0xA99BD9) is known color: Biloba Flower. HEX triplet: A9, 9B and D9. RGB value is (169,155,217). Sum of RGB (Red+Green+Blue) = 169+155+217=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #A99BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD9 is #566426. Grayscale: #A6A6A6. Windows color (decimal): -5661735 or 14261161. OLE color: 14261161.

HSL color Cylindrical-coordinate representation of color #A99BD9: hue angle of 253.55º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99BD9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 155 217 -
CMYK 0.22 0.29 0 0.15
HSL 253.55º 0.45% 0.73% -
HSV(B) 253.55º 0.29% 0.85% -
XYZ 40.61 36.89 70.63 -
YUV 166.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 169 155 217 0.22 0.29 0 0.15 253.55 0.45 0.73
Hex A9 9B D9 16 1D 0 F FE 2D 49
Octal 251 233 331 26 35 0 17 376 55 111
Binary 10101001 10011011 11011001 10110 11101 0 1111 11111110 101101 1001001

Color Harmonies of #A99BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BD9

Black with #A99BD9

Text Example


Text Example

White with #A99BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BD9; }

 p { color: rgb(169,155,217); }

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

background-color css

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

 a { background-color: rgb(169,155,217); }

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

border-color css

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

 span { border-color: rgb(169,155,217); }

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