Html Css Color HEX #AA99F4 Biloba Flower

📋 copy color: '#AA99F4'

red 170 ◦ green 153 ◦ blue 244

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

Shades of Biloba Flower #AA99F4

Tints of Biloba Flower #AA99F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.03%

R = 29.98%
G = 26.98%
B = 43.03%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA99F4 (or 0xAA99F4) is known color: Biloba Flower. HEX triplet: AA, 99 and F4. RGB value is (170,153,244). Sum of RGB (Red+Green+Blue) = 170+153+244=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA99F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99F4 is #55660B. Grayscale: #A8A8A8. Windows color (decimal): -5596684 or 16030122. OLE color: 16030122.

HSL color Cylindrical-coordinate representation of color #AA99F4: hue angle of 251.21º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA99F4 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 153 244 -
CMYK 0.30 0.37 0 0.04
HSL 251.21º 0.81% 0.78% -
HSV(B) 251.21º 0.37% 0.96% -
XYZ 44.3 37.86 90.56 -
YUV 168.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 170 153 244 0.30 0.37 0 0.04 251.21 0.81 0.78
Hex AA 99 F4 1E 25 0 4 FB 51 4E
Octal 252 231 364 36 45 0 4 373 121 116
Binary 10101010 10011001 11110100 11110 100101 0 100 11111011 1010001 1001110

Color Harmonies of #AA99F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99F4

Black with #AA99F4

Text Example


Text Example

White with #AA99F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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