Html Css Color HEX #AA90CE Biloba Flower

📋 copy color: '#AA90CE'

red 170 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #AA90CE

Tints of Biloba Flower #AA90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 32.69%
G = 27.69%
B = 39.62%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA90CE (or 0xAA90CE) is known color: Biloba Flower. HEX triplet: AA, 90 and CE. RGB value is (170,144,206). Sum of RGB (Red+Green+Blue) = 170+144+206=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90CE is #556F31. Grayscale: #9E9E9E. Windows color (decimal): -5599026 or 13537450. OLE color: 13537450.

HSL color Cylindrical-coordinate representation of color #AA90CE: hue angle of 265.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA90CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 144 206 -
CMYK 0.17 0.30 0 0.19
HSL 265.16º 0.39% 0.69% -
HSV(B) 265.16º 0.3% 0.81% -
XYZ 37.69 32.95 62.77 -
YUV 158.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 170 144 206 0.17 0.30 0 0.19 265.16 0.39 0.69
Hex AA 90 CE 11 1E 0 13 109 27 45
Octal 252 220 316 21 36 0 23 411 47 105
Binary 10101010 10010000 11001110 10001 11110 0 10011 100001001 100111 1000101

Color Harmonies of #AA90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90CE

Black with #AA90CE

Text Example


Text Example

White with #AA90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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