Html Css Color HEX #AA9EC7 Biloba Flower

📋 copy color: '#AA9EC7'

red 170 ◦ green 158 ◦ blue 199

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

Shades of Biloba Flower #AA9EC7

Tints of Biloba Flower #AA9EC7

RGB

 RED value IS 170 (66.8% from 255) = 32.26%

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

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

R = 32.26%
G = 29.98%
B = 37.76%

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

#AA9EC7 (or 0xAA9EC7) is known color: Biloba Flower. HEX triplet: AA, 9E and C7. RGB value is (170,158,199). Sum of RGB (Red+Green+Blue) = 170+158+199=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA9EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EC7 is #556138. Grayscale: #A6A6A6. Windows color (decimal): -5595449 or 13082282. OLE color: 13082282.

HSL color Cylindrical-coordinate representation of color #AA9EC7: hue angle of 257.56º 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 #AA9EC7 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 158 199 -
CMYK 0.15 0.21 0 0.22
HSL 257.56º 0.27% 0.7% -
HSV(B) 257.56º 0.21% 0.78% -
XYZ 39.11 37.12 59.14 -
YUV 166.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 170 158 199 0.15 0.21 0 0.22 257.56 0.27 0.7
Hex AA 9E C7 F 15 0 16 102 1B 46
Octal 252 236 307 17 25 0 26 402 33 106
Binary 10101010 10011110 11000111 1111 10101 0 10110 100000010 11011 1000110

Color Harmonies of #AA9EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EC7

Black with #AA9EC7

Text Example


Text Example

White with #AA9EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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