Html Css Color HEX #AA97DD Biloba Flower

📋 copy color: '#AA97DD'

red 170 ◦ green 151 ◦ blue 221

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

Shades of Biloba Flower #AA97DD

Tints of Biloba Flower #AA97DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.86%

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

R = 31.37%
G = 27.86%
B = 40.77%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA97DD (or 0xAA97DD) is known color: Biloba Flower. HEX triplet: AA, 97 and DD. RGB value is (170,151,221). Sum of RGB (Red+Green+Blue) = 170+151+221=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97DD is #556822. Grayscale: #A4A4A4. Windows color (decimal): -5597219 or 14522282. OLE color: 14522282.

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

Color convert

RGB 170 151 221 -
CMYK 0.23 0.32 0 0.13
HSL 256.29º 0.51% 0.73% -
HSV(B) 256.29º 0.32% 0.87% -
XYZ 40.7 35.9 73.19 -
YUV 164.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 170 151 221 0.23 0.32 0 0.13 256.29 0.51 0.73
Hex AA 97 DD 17 20 0 D 100 33 49
Octal 252 227 335 27 40 0 15 400 63 111
Binary 10101010 10010111 11011101 10111 100000 0 1101 100000000 110011 1001001

Color Harmonies of #AA97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA97DD

Black with #AA97DD

Text Example


Text Example

White with #AA97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA97DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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