Html Css Color HEX #A99FC0 Biloba Flower

📋 copy color: '#A99FC0'

red 169 ◦ green 159 ◦ blue 192

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

Shades of Biloba Flower #A99FC0

Tints of Biloba Flower #A99FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 32.5%
G = 30.58%
B = 36.92%

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

#A99FC0 (or 0xA99FC0) is known color: Biloba Flower. HEX triplet: A9, 9F and C0. RGB value is (169,159,192). Sum of RGB (Red+Green+Blue) = 169+159+192=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #A99FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FC0 is #56603F. Grayscale: #A5A5A5. Windows color (decimal): -5660736 or 12623785. OLE color: 12623785.

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

Color convert

RGB 169 159 192 -
CMYK 0.12 0.17 0 0.25
HSL 258.18º 0.21% 0.69% -
HSV(B) 258.18º 0.17% 0.75% -
XYZ 38.27 37.04 55 -
YUV 165.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 169 159 192 0.12 0.17 0 0.25 258.18 0.21 0.69
Hex A9 9F C0 C 11 0 19 102 15 45
Octal 251 237 300 14 21 0 31 402 25 105
Binary 10101001 10011111 11000000 1100 10001 0 11001 100000010 10101 1000101

Color Harmonies of #A99FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99FC0

Black with #A99FC0

Text Example


Text Example

White with #A99FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99FC0; }

 p { color: rgb(169,159,192); }

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

background-color css

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

 a { background-color: rgb(169,159,192); }

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

border-color css

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

 span { border-color: rgb(169,159,192); }

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