Html Css Color HEX #AA90ED Biloba Flower

📋 copy color: '#AA90ED'

red 170 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #AA90ED

Tints of Biloba Flower #AA90ED

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.13%

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

R = 30.85%
G = 26.13%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA90ED (or 0xAA90ED) is known color: Biloba Flower. HEX triplet: AA, 90 and ED. RGB value is (170,144,237). Sum of RGB (Red+Green+Blue) = 170+144+237=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90ED is #556F12. Grayscale: #A2A2A2. Windows color (decimal): -5598995 or 15569066. OLE color: 15569066.

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

Color convert

RGB 170 144 237 -
CMYK 0.28 0.39 0 0.07
HSL 256.77º 0.72% 0.75% -
HSV(B) 256.77º 0.39% 0.93% -
XYZ 41.84 34.61 84.6 -
YUV 162.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 170 144 237 0.28 0.39 0 0.07 256.77 0.72 0.75
Hex AA 90 ED 1C 27 0 7 101 48 4B
Octal 252 220 355 34 47 0 7 401 110 113
Binary 10101010 10010000 11101101 11100 100111 0 111 100000001 1001000 1001011

Color Harmonies of #AA90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90ED

Black with #AA90ED

Text Example


Text Example

White with #AA90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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