Html Css Color HEX #AA90CD Biloba Flower

📋 copy color: '#AA90CD'

red 170 ◦ green 144 ◦ blue 205

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

Shades of Biloba Flower #AA90CD

Tints of Biloba Flower #AA90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 32.76%
G = 27.75%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA90CD (or 0xAA90CD) is known color: Biloba Flower. HEX triplet: AA, 90 and CD. RGB value is (170,144,205). Sum of RGB (Red+Green+Blue) = 170+144+205=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90CD is #556F32. Grayscale: #9E9E9E. Windows color (decimal): -5599027 or 13471914. OLE color: 13471914.

HSL color Cylindrical-coordinate representation of color #AA90CD: hue angle of 265.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA90CD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 144 205 -
CMYK 0.17 0.30 0 0.20
HSL 265.57º 0.38% 0.68% -
HSV(B) 265.57º 0.3% 0.8% -
XYZ 37.57 32.9 62.13 -
YUV 158.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 170 144 205 0.17 0.30 0 0.20 265.57 0.38 0.68
Hex AA 90 CD 11 1E 0 14 10A 26 44
Octal 252 220 315 21 36 0 24 412 46 104
Binary 10101010 10010000 11001101 10001 11110 0 10100 100001010 100110 1000100

Color Harmonies of #AA90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90CD

Black with #AA90CD

Text Example


Text Example

White with #AA90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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