Html Css Color HEX #A999F9 Biloba Flower

📋 copy color: '#A999F9'

red 169 ◦ green 153 ◦ blue 249

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

Shades of Biloba Flower #A999F9

Tints of Biloba Flower #A999F9

RGB

 RED value IS 169 (66.41% from 255) = 29.6%

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

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 29.6%
G = 26.8%
B = 43.61%

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

#A999F9 (or 0xA999F9) is known color: Biloba Flower. HEX triplet: A9, 99 and F9. RGB value is (169,153,249). Sum of RGB (Red+Green+Blue) = 169+153+249=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #A999F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999F9 is #566606. Grayscale: #A8A8A8. Windows color (decimal): -5662215 or 16357801. OLE color: 16357801.

HSL color Cylindrical-coordinate representation of color #A999F9: hue angle of 250º degrees, saturation: 0.89, 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 #A999F9 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 153 249 -
CMYK 0.32 0.39 0 0.02
HSL 250º 0.89% 0.79% -
HSV(B) 250º 0.39% 0.98% -
XYZ 44.85 38.06 94.6 -
YUV 168.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 169 153 249 0.32 0.39 0 0.02 250 0.89 0.79
Hex A9 99 F9 20 27 0 2 FA 59 4F
Octal 251 231 371 40 47 0 2 372 131 117
Binary 10101001 10011001 11111001 100000 100111 0 10 11111010 1011001 1001111

Color Harmonies of #A999F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999F9

Black with #A999F9

Text Example


Text Example

White with #A999F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999F9; }

 p { color: rgb(169,153,249); }

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

background-color css

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

 a { background-color: rgb(169,153,249); }

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

border-color css

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

 span { border-color: rgb(169,153,249); }

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