Html Css Color HEX #AA8EED Biloba Flower

📋 copy color: '#AA8EED'

red 170 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #AA8EED

Tints of Biloba Flower #AA8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.87%

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 30.97%
G = 25.87%
B = 43.17%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA8EED (or 0xAA8EED) is known color: Biloba Flower. HEX triplet: AA, 8E and ED. RGB value is (170,142,237). Sum of RGB (Red+Green+Blue) = 170+142+237=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EED is #557112. Grayscale: #A0A0A0. Windows color (decimal): -5599507 or 15568554. OLE color: 15568554.

HSL color Cylindrical-coordinate representation of color #AA8EED: hue angle of 257.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8EED is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 142 237 -
CMYK 0.28 0.40 0 0.07
HSL 257.68º 0.73% 0.74% -
HSV(B) 257.68º 0.4% 0.93% -
XYZ 41.54 34.01 84.5 -
YUV 161.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 170 142 237 0.28 0.40 0 0.07 257.68 0.73 0.74
Hex AA 8E ED 1C 28 0 7 102 49 4A
Octal 252 216 355 34 50 0 7 402 111 112
Binary 10101010 10001110 11101101 11100 101000 0 111 100000010 1001001 1001010

Color Harmonies of #AA8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EED

Black with #AA8EED

Text Example


Text Example

White with #AA8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EED; }

 p { color: rgb(170,142,237); }

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

background-color css

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

 a { background-color: rgb(170,142,237); }

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

border-color css

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

 span { border-color: rgb(170,142,237); }

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