Html Css Color HEX #AA90CC Biloba Flower

📋 copy color: '#AA90CC'

red 170 ◦ green 144 ◦ blue 204

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

Shades of Biloba Flower #AA90CC

Tints of Biloba Flower #AA90CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 32.82%
G = 27.8%
B = 39.38%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA90CC (or 0xAA90CC) is known color: Biloba Flower. HEX triplet: AA, 90 and CC. RGB value is (170,144,204). Sum of RGB (Red+Green+Blue) = 170+144+204=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90CC is #556F33. Grayscale: #9E9E9E. Windows color (decimal): -5599028 or 13406378. OLE color: 13406378.

HSL color Cylindrical-coordinate representation of color #AA90CC: hue angle of 266º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA90CC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 144 204 -
CMYK 0.17 0.29 0 0.2
HSL 266º 0.37% 0.68% -
HSV(B) 266º 0.29% 0.8% -
XYZ 37.45 32.85 61.49 -
YUV 158.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 170 144 204 0.17 0.29 0 0.2 266 0.37 0.68
Hex AA 90 CC 11 1D 0 14 10A 25 44
Octal 252 220 314 21 35 0 24 412 45 104
Binary 10101010 10010000 11001100 10001 11101 0 10100 100001010 100101 1000100

Color Harmonies of #AA90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90CC

Black with #AA90CC

Text Example


Text Example

White with #AA90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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