Html Css Color HEX #A99BD7 Biloba Flower

📋 copy color: '#A99BD7'

red 169 ◦ green 155 ◦ blue 215

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

Shades of Biloba Flower #A99BD7

Tints of Biloba Flower #A99BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 31.35%
G = 28.76%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A99BD7 (or 0xA99BD7) is known color: Biloba Flower. HEX triplet: A9, 9B and D7. RGB value is (169,155,215). Sum of RGB (Red+Green+Blue) = 169+155+215=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #A99BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD7 is #566428. Grayscale: #A5A5A5. Windows color (decimal): -5661737 or 14130089. OLE color: 14130089.

HSL color Cylindrical-coordinate representation of color #A99BD7: hue angle of 254º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99BD7 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 155 215 -
CMYK 0.21 0.28 0 0.16
HSL 254º 0.43% 0.73% -
HSV(B) 254º 0.28% 0.84% -
XYZ 40.35 36.78 69.26 -
YUV 166.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 169 155 215 0.21 0.28 0 0.16 254 0.43 0.73
Hex A9 9B D7 15 1C 0 10 FE 2B 49
Octal 251 233 327 25 34 0 20 376 53 111
Binary 10101001 10011011 11010111 10101 11100 0 10000 11111110 101011 1001001

Color Harmonies of #A99BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BD7

Black with #A99BD7

Text Example


Text Example

White with #A99BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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