Html Css Color HEX #AA97E1 Biloba Flower

📋 copy color: '#AA97E1'

red 170 ◦ green 151 ◦ blue 225

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

Shades of Biloba Flower #AA97E1

Tints of Biloba Flower #AA97E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.21%

R = 31.14%
G = 27.66%
B = 41.21%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA97E1 (or 0xAA97E1) is known color: Biloba Flower. HEX triplet: AA, 97 and E1. RGB value is (170,151,225). Sum of RGB (Red+Green+Blue) = 170+151+225=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA97E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97E1 is #55681E. Grayscale: #A4A4A4. Windows color (decimal): -5597215 or 14784426. OLE color: 14784426.

HSL color Cylindrical-coordinate representation of color #AA97E1: hue angle of 255.41º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA97E1 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 151 225 -
CMYK 0.24 0.33 0 0.12
HSL 255.41º 0.55% 0.74% -
HSV(B) 255.41º 0.33% 0.88% -
XYZ 41.23 36.12 76.03 -
YUV 165.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 170 151 225 0.24 0.33 0 0.12 255.41 0.55 0.74
Hex AA 97 E1 18 21 0 C FF 37 4A
Octal 252 227 341 30 41 0 14 377 67 112
Binary 10101010 10010111 11100001 11000 100001 0 1100 11111111 110111 1001010

Color Harmonies of #AA97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA97E1

Black with #AA97E1

Text Example


Text Example

White with #AA97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA97E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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