Html Css Color HEX #AA9EEC Biloba Flower

📋 copy color: '#AA9EEC'

red 170 ◦ green 158 ◦ blue 236

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

Shades of Biloba Flower #AA9EEC

Tints of Biloba Flower #AA9EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 30.14%
G = 28.01%
B = 41.84%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9EEC (or 0xAA9EEC) is known color: Biloba Flower. HEX triplet: AA, 9E and EC. RGB value is (170,158,236). Sum of RGB (Red+Green+Blue) = 170+158+236=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EEC is #556113. Grayscale: #AAAAAA. Windows color (decimal): -5595412 or 15507114. OLE color: 15507114.

HSL color Cylindrical-coordinate representation of color #AA9EEC: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9EEC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 158 236 -
CMYK 0.28 0.33 0 0.07
HSL 249.23º 0.67% 0.77% -
HSV(B) 249.23º 0.33% 0.93% -
XYZ 43.94 39.06 84.58 -
YUV 170.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 170 158 236 0.28 0.33 0 0.07 249.23 0.67 0.77
Hex AA 9E EC 1C 21 0 7 F9 43 4D
Octal 252 236 354 34 41 0 7 371 103 115
Binary 10101010 10011110 11101100 11100 100001 0 111 11111001 1000011 1001101

Color Harmonies of #AA9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EEC

Black with #AA9EEC

Text Example


Text Example

White with #AA9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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