Html Css Color HEX #AA99F1 Biloba Flower

📋 copy color: '#AA99F1'

red 170 ◦ green 153 ◦ blue 241

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

Shades of Biloba Flower #AA99F1

Tints of Biloba Flower #AA99F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.13%

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 30.14%
G = 27.13%
B = 42.73%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA99F1 (or 0xAA99F1) is known color: Biloba Flower. HEX triplet: AA, 99 and F1. RGB value is (170,153,241). Sum of RGB (Red+Green+Blue) = 170+153+241=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA99F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99F1 is #55660E. Grayscale: #A7A7A7. Windows color (decimal): -5596687 or 15833514. OLE color: 15833514.

HSL color Cylindrical-coordinate representation of color #AA99F1: hue angle of 251.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA99F1 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 153 241 -
CMYK 0.29 0.37 0 0.05
HSL 251.59º 0.76% 0.77% -
HSV(B) 251.59º 0.37% 0.95% -
XYZ 43.85 37.68 88.18 -
YUV 168.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 170 153 241 0.29 0.37 0 0.05 251.59 0.76 0.77
Hex AA 99 F1 1D 25 0 5 FC 4C 4D
Octal 252 231 361 35 45 0 5 374 114 115
Binary 10101010 10011001 11110001 11101 100101 0 101 11111100 1001100 1001101

Color Harmonies of #AA99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99F1

Black with #AA99F1

Text Example


Text Example

White with #AA99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99F1; }

 p { color: rgb(170,153,241); }

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

background-color css

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

 a { background-color: rgb(170,153,241); }

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

border-color css

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

 span { border-color: rgb(170,153,241); }

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