Html Css Color HEX #AA90C7 Biloba Flower

📋 copy color: '#AA90C7'

red 170 ◦ green 144 ◦ blue 199

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

Shades of Biloba Flower #AA90C7

Tints of Biloba Flower #AA90C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 33.14%
G = 28.07%
B = 38.79%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA90C7 (or 0xAA90C7) is known color: Biloba Flower. HEX triplet: AA, 90 and C7. RGB value is (170,144,199). Sum of RGB (Red+Green+Blue) = 170+144+199=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA90C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90C7 is #556F38. Grayscale: #9D9D9D. Windows color (decimal): -5599033 or 13078698. OLE color: 13078698.

HSL color Cylindrical-coordinate representation of color #AA90C7: hue angle of 268.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA90C7 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 144 199 -
CMYK 0.15 0.28 0 0.22
HSL 268.36º 0.33% 0.67% -
HSV(B) 268.36º 0.28% 0.78% -
XYZ 36.86 32.62 58.39 -
YUV 158.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 170 144 199 0.15 0.28 0 0.22 268.36 0.33 0.67
Hex AA 90 C7 F 1C 0 16 10C 21 43
Octal 252 220 307 17 34 0 26 414 41 103
Binary 10101010 10010000 11000111 1111 11100 0 10110 100001100 100001 1000011

Color Harmonies of #AA90C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA90C7

Black with #AA90C7

Text Example


Text Example

White with #AA90C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA90C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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