Html Css Color HEX #A9A0BE Biloba Flower

📋 copy color: '#A9A0BE'

red 169 ◦ green 160 ◦ blue 190

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

Shades of Biloba Flower #A9A0BE

Tints of Biloba Flower #A9A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 32.56%
G = 30.83%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9A0BE (or 0xA9A0BE) is known color: Biloba Flower. HEX triplet: A9, A0 and BE. RGB value is (169,160,190). Sum of RGB (Red+Green+Blue) = 169+160+190=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0BE is #565F41. Grayscale: #A6A6A6. Windows color (decimal): -5660482 or 12492969. OLE color: 12492969.

HSL color Cylindrical-coordinate representation of color #A9A0BE: hue angle of 258º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9A0BE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 160 190 -
CMYK 0.11 0.16 0 0.25
HSL 258º 0.19% 0.69% -
HSV(B) 258º 0.16% 0.75% -
XYZ 38.23 37.29 53.9 -
YUV 166.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 169 160 190 0.11 0.16 0 0.25 258 0.19 0.69
Hex A9 A0 BE B 10 0 19 102 13 45
Octal 251 240 276 13 20 0 31 402 23 105
Binary 10101001 10100000 10111110 1011 10000 0 11001 100000010 10011 1000101

Color Harmonies of #A9A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A0BE

Black with #A9A0BE

Text Example


Text Example

White with #A9A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A0BE; }

 p { color: rgb(169,160,190); }

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

background-color css

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

 a { background-color: rgb(169,160,190); }

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

border-color css

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

 span { border-color: rgb(169,160,190); }

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