Html Css Color HEX #A99DBF Biloba Flower

📋 copy color: '#A99DBF'

red 169 ◦ green 157 ◦ blue 191

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

Shades of Biloba Flower #A99DBF

Tints of Biloba Flower #A99DBF

RGB

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

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

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

R = 32.69%
G = 30.37%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A99DBF (or 0xA99DBF) is known color: Biloba Flower. HEX triplet: A9, 9D and BF. RGB value is (169,157,191). Sum of RGB (Red+Green+Blue) = 169+157+191=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #A99DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBF is #566240. Grayscale: #A4A4A4. Windows color (decimal): -5661249 or 12557737. OLE color: 12557737.

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

Color convert

RGB 169 157 191 -
CMYK 0.12 0.18 0 0.25
HSL 261.18º 0.21% 0.68% -
HSV(B) 261.18º 0.18% 0.75% -
XYZ 37.82 36.31 54.31 -
YUV 164.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 169 157 191 0.12 0.18 0 0.25 261.18 0.21 0.68
Hex A9 9D BF C 12 0 19 105 15 44
Octal 251 235 277 14 22 0 31 405 25 104
Binary 10101001 10011101 10111111 1100 10010 0 11001 100000101 10101 1000100

Color Harmonies of #A99DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DBF

Black with #A99DBF

Text Example


Text Example

White with #A99DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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