Html Css Color HEX #A394F9 Biloba Flower

📋 copy color: '#A394F9'

red 163 ◦ green 148 ◦ blue 249

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

Shades of Biloba Flower #A394F9

Tints of Biloba Flower #A394F9

RGB

 RED value IS 163 (64.06% from 255) = 29.11%

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

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

R = 29.11%
G = 26.43%
B = 44.46%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A394F9 (or 0xA394F9) is known color: Biloba Flower. HEX triplet: A3, 94 and F9. RGB value is (163,148,249). Sum of RGB (Red+Green+Blue) = 163+148+249=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #A394F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394F9 is #5C6B06. Grayscale: #A3A3A3. Windows color (decimal): -6056711 or 16356515. OLE color: 16356515.

HSL color Cylindrical-coordinate representation of color #A394F9: hue angle of 248.91º 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 #A394F9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 148 249 -
CMYK 0.35 0.41 0 0.02
HSL 248.91º 0.89% 0.78% -
HSV(B) 248.91º 0.41% 0.98% -
XYZ 42.79 35.81 94.28 -
YUV 164 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 163 148 249 0.35 0.41 0 0.02 248.91 0.89 0.78
Hex A3 94 F9 23 29 0 2 F9 59 4E
Octal 243 224 371 43 51 0 2 371 131 116
Binary 10100011 10010100 11111001 100011 101001 0 10 11111001 1011001 1001110

Color Harmonies of #A394F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394F9

Black with #A394F9

Text Example


Text Example

White with #A394F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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