Html Css Color HEX #AA99F2 Biloba Flower

📋 copy color: '#AA99F2'

red 170 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #AA99F2

Tints of Biloba Flower #AA99F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 30.09%
G = 27.08%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA99F2 (or 0xAA99F2) is known color: Biloba Flower. HEX triplet: AA, 99 and F2. RGB value is (170,153,242). Sum of RGB (Red+Green+Blue) = 170+153+242=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99F2 is #55660D. Grayscale: #A7A7A7. Windows color (decimal): -5596686 or 15899050. OLE color: 15899050.

HSL color Cylindrical-coordinate representation of color #AA99F2: hue angle of 251.46º degrees, saturation: 0.77, 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 #AA99F2 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 153 242 -
CMYK 0.30 0.37 0 0.05
HSL 251.46º 0.77% 0.77% -
HSV(B) 251.46º 0.37% 0.95% -
XYZ 44 37.74 88.97 -
YUV 168.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 170 153 242 0.30 0.37 0 0.05 251.46 0.77 0.77
Hex AA 99 F2 1E 25 0 5 FB 4D 4D
Octal 252 231 362 36 45 0 5 373 115 115
Binary 10101010 10011001 11110010 11110 100101 0 101 11111011 1001101 1001101

Color Harmonies of #AA99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99F2

Black with #AA99F2

Text Example


Text Example

White with #AA99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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