Html Css Color HEX #AA98DF Biloba Flower

📋 copy color: '#AA98DF'

red 170 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #AA98DF

Tints of Biloba Flower #AA98DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

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

R = 31.19%
G = 27.89%
B = 40.92%

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

#AA98DF (or 0xAA98DF) is known color: Biloba Flower. HEX triplet: AA, 98 and DF. RGB value is (170,152,223). Sum of RGB (Red+Green+Blue) = 170+152+223=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DF is #556720. Grayscale: #A5A5A5. Windows color (decimal): -5596961 or 14653610. OLE color: 14653610.

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

Color convert

RGB 170 152 223 -
CMYK 0.24 0.32 0 0.13
HSL 255.21º 0.53% 0.74% -
HSV(B) 255.21º 0.32% 0.87% -
XYZ 41.13 36.33 74.66 -
YUV 165.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 170 152 223 0.24 0.32 0 0.13 255.21 0.53 0.74
Hex AA 98 DF 18 20 0 D FF 35 4A
Octal 252 230 337 30 40 0 15 377 65 112
Binary 10101010 10011000 11011111 11000 100000 0 1101 11111111 110101 1001010

Color Harmonies of #AA98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98DF

Black with #AA98DF

Text Example


Text Example

White with #AA98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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