Html Css Color HEX #AA8AED Biloba Flower

📋 copy color: '#AA8AED'

red 170 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #AA8AED

Tints of Biloba Flower #AA8AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.32%

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

R = 31.19%
G = 25.32%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA8AED (or 0xAA8AED) is known color: Biloba Flower. HEX triplet: AA, 8A and ED. RGB value is (170,138,237). Sum of RGB (Red+Green+Blue) = 170+138+237=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AED is #557512. Grayscale: #9E9E9E. Windows color (decimal): -5600531 or 15567530. OLE color: 15567530.

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

Color convert

RGB 170 138 237 -
CMYK 0.28 0.42 0 0.07
HSL 259.39º 0.73% 0.74% -
HSV(B) 259.39º 0.42% 0.93% -
XYZ 40.95 32.84 84.3 -
YUV 158.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 170 138 237 0.28 0.42 0 0.07 259.39 0.73 0.74
Hex AA 8A ED 1C 2A 0 7 103 49 4A
Octal 252 212 355 34 52 0 7 403 111 112
Binary 10101010 10001010 11101101 11100 101010 0 111 100000011 1001001 1001010

Color Harmonies of #AA8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8AED

Black with #AA8AED

Text Example


Text Example

White with #AA8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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