Html Css Color HEX #AA9EDC Biloba Flower

📋 copy color: '#AA9EDC'

red 170 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #AA9EDC

Tints of Biloba Flower #AA9EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 31.02%
G = 28.83%
B = 40.15%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9EDC (or 0xAA9EDC) is known color: Biloba Flower. HEX triplet: AA, 9E and DC. RGB value is (170,158,220). Sum of RGB (Red+Green+Blue) = 170+158+220=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EDC is #556123. Grayscale: #A8A8A8. Windows color (decimal): -5595428 or 14458538. OLE color: 14458538.

HSL color Cylindrical-coordinate representation of color #AA9EDC: hue angle of 251.61º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9EDC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 158 220 -
CMYK 0.23 0.28 0 0.14
HSL 251.61º 0.47% 0.74% -
HSV(B) 251.61º 0.28% 0.86% -
XYZ 41.72 38.17 72.88 -
YUV 168.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 170 158 220 0.23 0.28 0 0.14 251.61 0.47 0.74
Hex AA 9E DC 17 1C 0 E FC 2F 4A
Octal 252 236 334 27 34 0 16 374 57 112
Binary 10101010 10011110 11011100 10111 11100 0 1110 11111100 101111 1001010

Color Harmonies of #AA9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EDC

Black with #AA9EDC

Text Example


Text Example

White with #AA9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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