Html Css Color HEX #AA7ED8 Biloba Flower

📋 copy color: '#AA7ED8'

red 170 ◦ green 126 ◦ blue 216

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

Shades of Biloba Flower #AA7ED8

Tints of Biloba Flower #AA7ED8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 216 (84.77% from 255) = 42.19%

R = 33.2%
G = 24.61%
B = 42.19%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7ED8 (or 0xAA7ED8) is known color: Biloba Flower. HEX triplet: AA, 7E and D8. RGB value is (170,126,216). Sum of RGB (Red+Green+Blue) = 170+126+216=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ED8 is #558127. Grayscale: #959595. Windows color (decimal): -5603624 or 14188202. OLE color: 14188202.

HSL color Cylindrical-coordinate representation of color #AA7ED8: hue angle of 269.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7ED8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 126 216 -
CMYK 0.21 0.42 0 0.15
HSL 269.33º 0.54% 0.67% -
HSV(B) 269.33º 0.42% 0.85% -
XYZ 36.43 28.43 68.53 -
YUV 149.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 170 126 216 0.21 0.42 0 0.15 269.33 0.54 0.67
Hex AA 7E D8 15 2A 0 F 10D 36 43
Octal 252 176 330 25 52 0 17 415 66 103
Binary 10101010 1111110 11011000 10101 101010 0 1111 100001101 110110 1000011

Color Harmonies of #AA7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7ED8

Black with #AA7ED8

Text Example


Text Example

White with #AA7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7ED8; }

 p { color: rgb(170,126,216); }

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

background-color css

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

 a { background-color: rgb(170,126,216); }

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

border-color css

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

 span { border-color: rgb(170,126,216); }

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