Html Css Color HEX #A99EBF Biloba Flower

📋 copy color: '#A99EBF'

red 169 ◦ green 158 ◦ blue 191

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

Shades of Biloba Flower #A99EBF

Tints of Biloba Flower #A99EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 191 (75% from 255) = 36.87%

R = 32.63%
G = 30.5%
B = 36.87%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A99EBF (or 0xA99EBF) is known color: Biloba Flower. HEX triplet: A9, 9E and BF. RGB value is (169,158,191). Sum of RGB (Red+Green+Blue) = 169+158+191=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EBF is #566140. Grayscale: #A4A4A4. Windows color (decimal): -5660993 or 12557993. OLE color: 12557993.

HSL color Cylindrical-coordinate representation of color #A99EBF: hue angle of 260º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99EBF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 158 191 -
CMYK 0.12 0.17 0 0.25
HSL 260º 0.2% 0.68% -
HSV(B) 260º 0.17% 0.75% -
XYZ 37.99 36.65 54.36 -
YUV 165.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 169 158 191 0.12 0.17 0 0.25 260 0.2 0.68
Hex A9 9E BF C 11 0 19 104 14 44
Octal 251 236 277 14 21 0 31 404 24 104
Binary 10101001 10011110 10111111 1100 10001 0 11001 100000100 10100 1000100

Color Harmonies of #A99EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EBF

Black with #A99EBF

Text Example


Text Example

White with #A99EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EBF; }

 p { color: rgb(169,158,191); }

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

background-color css

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

 a { background-color: rgb(169,158,191); }

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

border-color css

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

 span { border-color: rgb(169,158,191); }

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