Html Css Color HEX #AA99FA Biloba Flower

📋 copy color: '#AA99FA'

red 170 ◦ green 153 ◦ blue 250

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

Shades of Biloba Flower #AA99FA

Tints of Biloba Flower #AA99FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 29.67%
G = 26.7%
B = 43.63%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA99FA (or 0xAA99FA) is known color: Biloba Flower. HEX triplet: AA, 99 and FA. RGB value is (170,153,250). Sum of RGB (Red+Green+Blue) = 170+153+250=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FA is #556605. Grayscale: #A8A8A8. Windows color (decimal): -5596678 or 16423338. OLE color: 16423338.

HSL color Cylindrical-coordinate representation of color #AA99FA: hue angle of 250.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA99FA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 153 250 -
CMYK 0.32 0.39 0 0.02
HSL 250.52º 0.91% 0.79% -
HSV(B) 250.52º 0.39% 0.98% -
XYZ 45.22 38.23 95.44 -
YUV 169.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 170 153 250 0.32 0.39 0 0.02 250.52 0.91 0.79
Hex AA 99 FA 20 27 0 2 FB 5B 4F
Octal 252 231 372 40 47 0 2 373 133 117
Binary 10101010 10011001 11111010 100000 100111 0 10 11111011 1011011 1001111

Color Harmonies of #AA99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99FA

Black with #AA99FA

Text Example


Text Example

White with #AA99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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