Html Css Color HEX #A994F9 Biloba Flower

📋 copy color: '#A994F9'

red 169 ◦ green 148 ◦ blue 249

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

Shades of Biloba Flower #A994F9

Tints of Biloba Flower #A994F9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.15%

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

R = 29.86%
G = 26.15%
B = 43.99%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A994F9 (or 0xA994F9) is known color: Biloba Flower. HEX triplet: A9, 94 and F9. RGB value is (169,148,249). Sum of RGB (Red+Green+Blue) = 169+148+249=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #A994F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994F9 is #566B06. Grayscale: #A5A5A5. Windows color (decimal): -5663495 or 16356521. OLE color: 16356521.

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

Color convert

RGB 169 148 249 -
CMYK 0.32 0.41 0 0.02
HSL 252.48º 0.89% 0.78% -
HSV(B) 252.48º 0.41% 0.98% -
XYZ 44.05 36.45 94.34 -
YUV 165.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 169 148 249 0.32 0.41 0 0.02 252.48 0.89 0.78
Hex A9 94 F9 20 29 0 2 FC 59 4E
Octal 251 224 371 40 51 0 2 374 131 116
Binary 10101001 10010100 11111001 100000 101001 0 10 11111100 1011001 1001110

Color Harmonies of #A994F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A994F9

Black with #A994F9

Text Example


Text Example

White with #A994F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A994F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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