Html Css Color HEX #AA8DEA Biloba Flower

📋 copy color: '#AA8DEA'

red 170 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #AA8DEA

Tints of Biloba Flower #AA8DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 31.19%
G = 25.87%
B = 42.94%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA8DEA (or 0xAA8DEA) is known color: Biloba Flower. HEX triplet: AA, 8D and EA. RGB value is (170,141,234). Sum of RGB (Red+Green+Blue) = 170+141+234=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DEA is #557215. Grayscale: #9F9F9F. Windows color (decimal): -5599766 or 15371690. OLE color: 15371690.

HSL color Cylindrical-coordinate representation of color #AA8DEA: hue angle of 258.71º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8DEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 141 234 -
CMYK 0.27 0.40 0 0.08
HSL 258.71º 0.69% 0.74% -
HSV(B) 258.71º 0.4% 0.92% -
XYZ 40.95 33.54 82.16 -
YUV 160.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 170 141 234 0.27 0.40 0 0.08 258.71 0.69 0.74
Hex AA 8D EA 1B 28 0 8 103 45 4A
Octal 252 215 352 33 50 0 10 403 105 112
Binary 10101010 10001101 11101010 11011 101000 0 1000 100000011 1000101 1001010

Color Harmonies of #AA8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DEA

Black with #AA8DEA

Text Example


Text Example

White with #AA8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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