Html Css Color HEX #AA97E5 Biloba Flower

📋 copy color: '#AA97E5'

red 170 ◦ green 151 ◦ blue 229

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

Shades of Biloba Flower #AA97E5

Tints of Biloba Flower #AA97E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 30.91%
G = 27.45%
B = 41.64%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA97E5 (or 0xAA97E5) is known color: Biloba Flower. HEX triplet: AA, 97 and E5. RGB value is (170,151,229). Sum of RGB (Red+Green+Blue) = 170+151+229=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97E5 is #55681A. Grayscale: #A5A5A5. Windows color (decimal): -5597211 or 15046570. OLE color: 15046570.

HSL color Cylindrical-coordinate representation of color #AA97E5: hue angle of 254.62º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA97E5 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 151 229 -
CMYK 0.26 0.34 0 0.10
HSL 254.62º 0.6% 0.75% -
HSV(B) 254.62º 0.34% 0.9% -
XYZ 41.79 36.34 78.94 -
YUV 165.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 170 151 229 0.26 0.34 0 0.10 254.62 0.6 0.75
Hex AA 97 E5 1A 22 0 A FF 3C 4B
Octal 252 227 345 32 42 0 12 377 74 113
Binary 10101010 10010111 11100101 11010 100010 0 1010 11111111 111100 1001011

Color Harmonies of #AA97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA97E5

Black with #AA97E5

Text Example


Text Example

White with #AA97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA97E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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