Html Css Color HEX #AA9ED0 Biloba Flower

📋 copy color: '#AA9ED0'

red 170 ◦ green 158 ◦ blue 208

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

Shades of Biloba Flower #AA9ED0

Tints of Biloba Flower #AA9ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 31.72%
G = 29.48%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA9ED0 (or 0xAA9ED0) is known color: Biloba Flower. HEX triplet: AA, 9E and D0. RGB value is (170,158,208). Sum of RGB (Red+Green+Blue) = 170+158+208=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ED0 is #55612F. Grayscale: #A7A7A7. Windows color (decimal): -5595440 or 13672106. OLE color: 13672106.

HSL color Cylindrical-coordinate representation of color #AA9ED0: hue angle of 254.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9ED0 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 158 208 -
CMYK 0.18 0.24 0 0.18
HSL 254.4º 0.35% 0.72% -
HSV(B) 254.4º 0.24% 0.82% -
XYZ 40.19 37.55 64.8 -
YUV 167.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 170 158 208 0.18 0.24 0 0.18 254.4 0.35 0.72
Hex AA 9E D0 12 18 0 12 FE 23 48
Octal 252 236 320 22 30 0 22 376 43 110
Binary 10101010 10011110 11010000 10010 11000 0 10010 11111110 100011 1001000

Color Harmonies of #AA9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ED0

Black with #AA9ED0

Text Example


Text Example

White with #AA9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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