Html Css Color HEX #AA9EE6 Biloba Flower

📋 copy color: '#AA9EE6'

red 170 ◦ green 158 ◦ blue 230

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

Shades of Biloba Flower #AA9EE6

Tints of Biloba Flower #AA9EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 30.47%
G = 28.32%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA9EE6 (or 0xAA9EE6) is known color: Biloba Flower. HEX triplet: AA, 9E and E6. RGB value is (170,158,230). Sum of RGB (Red+Green+Blue) = 170+158+230=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA9EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EE6 is #556119. Grayscale: #A9A9A9. Windows color (decimal): -5595418 or 15113898. OLE color: 15113898.

HSL color Cylindrical-coordinate representation of color #AA9EE6: hue angle of 250º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9EE6 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 158 230 -
CMYK 0.26 0.31 0 0.10
HSL 250º 0.59% 0.76% -
HSV(B) 250º 0.31% 0.9% -
XYZ 43.09 38.71 80.06 -
YUV 169.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 170 158 230 0.26 0.31 0 0.10 250 0.59 0.76
Hex AA 9E E6 1A 1F 0 A FA 3B 4C
Octal 252 236 346 32 37 0 12 372 73 114
Binary 10101010 10011110 11100110 11010 11111 0 1010 11111010 111011 1001100

Color Harmonies of #AA9EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EE6

Black with #AA9EE6

Text Example


Text Example

White with #AA9EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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