Html Css Color HEX #A393F9 Biloba Flower

📋 copy color: '#A393F9'

red 163 ◦ green 147 ◦ blue 249

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

Shades of Biloba Flower #A393F9

Tints of Biloba Flower #A393F9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

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

R = 29.16%
G = 26.3%
B = 44.54%

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

#A393F9 (or 0xA393F9) is known color: Biloba Flower. HEX triplet: A3, 93 and F9. RGB value is (163,147,249). Sum of RGB (Red+Green+Blue) = 163+147+249=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A393F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F9 is #5C6C06. Grayscale: #A3A3A3. Windows color (decimal): -6056967 or 16356259. OLE color: 16356259.

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

Color convert

RGB 163 147 249 -
CMYK 0.35 0.41 0 0.02
HSL 249.41º 0.89% 0.78% -
HSV(B) 249.41º 0.41% 0.98% -
XYZ 42.64 35.49 94.23 -
YUV 163.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 163 147 249 0.35 0.41 0 0.02 249.41 0.89 0.78
Hex A3 93 F9 23 29 0 2 F9 59 4E
Octal 243 223 371 43 51 0 2 371 131 116
Binary 10100011 10010011 11111001 100011 101001 0 10 11111001 1011001 1001110

Color Harmonies of #A393F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F9

Black with #A393F9

Text Example


Text Example

White with #A393F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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