Html Css Color HEX #AA97DF Biloba Flower

📋 copy color: '#AA97DF'

red 170 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #AA97DF

Tints of Biloba Flower #AA97DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 31.25%
G = 27.76%
B = 40.99%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA97DF (or 0xAA97DF) is known color: Biloba Flower. HEX triplet: AA, 97 and DF. RGB value is (170,151,223). Sum of RGB (Red+Green+Blue) = 170+151+223=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97DF is #556820. Grayscale: #A4A4A4. Windows color (decimal): -5597217 or 14653354. OLE color: 14653354.

HSL color Cylindrical-coordinate representation of color #AA97DF: hue angle of 255.83º degrees, saturation: 0.53, 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 #AA97DF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 151 223 -
CMYK 0.24 0.32 0 0.13
HSL 255.83º 0.53% 0.73% -
HSV(B) 255.83º 0.32% 0.87% -
XYZ 40.96 36.01 74.6 -
YUV 164.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 170 151 223 0.24 0.32 0 0.13 255.83 0.53 0.73
Hex AA 97 DF 18 20 0 D 100 35 49
Octal 252 227 337 30 40 0 15 400 65 111
Binary 10101010 10010111 11011111 11000 100000 0 1101 100000000 110101 1001001

Color Harmonies of #AA97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA97DF

Black with #AA97DF

Text Example


Text Example

White with #AA97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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