Html Css Color HEX #A99BD8 Biloba Flower

📋 copy color: '#A99BD8'

red 169 ◦ green 155 ◦ blue 216

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

Shades of Biloba Flower #A99BD8

Tints of Biloba Flower #A99BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40%

R = 31.3%
G = 28.7%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A99BD8 (or 0xA99BD8) is known color: Biloba Flower. HEX triplet: A9, 9B and D8. RGB value is (169,155,216). Sum of RGB (Red+Green+Blue) = 169+155+216=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #A99BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD8 is #566427. Grayscale: #A5A5A5. Windows color (decimal): -5661736 or 14195625. OLE color: 14195625.

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

Color convert

RGB 169 155 216 -
CMYK 0.22 0.28 0 0.15
HSL 253.77º 0.44% 0.73% -
HSV(B) 253.77º 0.28% 0.85% -
XYZ 40.48 36.84 69.94 -
YUV 166.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 169 155 216 0.22 0.28 0 0.15 253.77 0.44 0.73
Hex A9 9B D8 16 1C 0 F FE 2C 49
Octal 251 233 330 26 34 0 17 376 54 111
Binary 10101001 10011011 11011000 10110 11100 0 1111 11111110 101100 1001001

Color Harmonies of #A99BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BD8

Black with #A99BD8

Text Example


Text Example

White with #A99BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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