Html Css Color HEX #A99EC7 Biloba Flower

📋 copy color: '#A99EC7'

red 169 ◦ green 158 ◦ blue 199

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

Shades of Biloba Flower #A99EC7

Tints of Biloba Flower #A99EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 32.13%
G = 30.04%
B = 37.83%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A99EC7 (or 0xA99EC7) is known color: Biloba Flower. HEX triplet: A9, 9E and C7. RGB value is (169,158,199). Sum of RGB (Red+Green+Blue) = 169+158+199=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: blue. Hex color #A99EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC7 is #566138. Grayscale: #A5A5A5. Windows color (decimal): -5660985 or 13082281. OLE color: 13082281.

HSL color Cylindrical-coordinate representation of color #A99EC7: hue angle of 256.1º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99EC7 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 158 199 -
CMYK 0.15 0.21 0 0.22
HSL 256.1º 0.27% 0.7% -
HSV(B) 256.1º 0.21% 0.78% -
XYZ 38.9 37.01 59.13 -
YUV 165.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 169 158 199 0.15 0.21 0 0.22 256.1 0.27 0.7
Hex A9 9E C7 F 15 0 16 100 1B 46
Octal 251 236 307 17 25 0 26 400 33 106
Binary 10101001 10011110 11000111 1111 10101 0 10110 100000000 11011 1000110

Color Harmonies of #A99EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EC7

Black with #A99EC7

Text Example


Text Example

White with #A99EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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