Html Css Color HEX #AA90DD Biloba Flower

📋 copy color: '#AA90DD'

red 170 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #AA90DD

Tints of Biloba Flower #AA90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 31.78%
G = 26.92%
B = 41.31%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA90DD (or 0xAA90DD) is known color: Biloba Flower. HEX triplet: AA, 90 and DD. RGB value is (170,144,221). Sum of RGB (Red+Green+Blue) = 170+144+221=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DD is #556F22. Grayscale: #A0A0A0. Windows color (decimal): -5599011 or 14520490. OLE color: 14520490.

HSL color Cylindrical-coordinate representation of color #AA90DD: hue angle of 260.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA90DD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 144 221 -
CMYK 0.23 0.35 0 0.13
HSL 260.26º 0.53% 0.72% -
HSV(B) 260.26º 0.35% 0.87% -
XYZ 39.6 33.71 72.83 -
YUV 160.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 170 144 221 0.23 0.35 0 0.13 260.26 0.53 0.72
Hex AA 90 DD 17 23 0 D 104 35 48
Octal 252 220 335 27 43 0 15 404 65 110
Binary 10101010 10010000 11011101 10111 100011 0 1101 100000100 110101 1001000

Color Harmonies of #AA90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90DD

Black with #AA90DD

Text Example


Text Example

White with #AA90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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