Html Css Color HEX #AA8DE9 Biloba Flower

📋 copy color: '#AA8DE9'

red 170 ◦ green 141 ◦ blue 233

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

Shades of Biloba Flower #AA8DE9

Tints of Biloba Flower #AA8DE9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 31.25%
G = 25.92%
B = 42.83%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA8DE9 (or 0xAA8DE9) is known color: Biloba Flower. HEX triplet: AA, 8D and E9. RGB value is (170,141,233). Sum of RGB (Red+Green+Blue) = 170+141+233=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA8DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DE9 is #557216. Grayscale: #9F9F9F. Windows color (decimal): -5599767 or 15306154. OLE color: 15306154.

HSL color Cylindrical-coordinate representation of color #AA8DE9: hue angle of 258.91º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8DE9 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 141 233 -
CMYK 0.27 0.39 0 0.09
HSL 258.91º 0.68% 0.73% -
HSV(B) 258.91º 0.39% 0.91% -
XYZ 40.81 33.48 81.4 -
YUV 160.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 170 141 233 0.27 0.39 0 0.09 258.91 0.68 0.73
Hex AA 8D E9 1B 27 0 9 103 44 49
Octal 252 215 351 33 47 0 11 403 104 111
Binary 10101010 10001101 11101001 11011 100111 0 1001 100000011 1000100 1001001

Color Harmonies of #AA8DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DE9

Black with #AA8DE9

Text Example


Text Example

White with #AA8DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DE9; }

 p { color: rgb(170,141,233); }

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

background-color css

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

 a { background-color: rgb(170,141,233); }

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

border-color css

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

 span { border-color: rgb(170,141,233); }

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