Html Css Color HEX #A393F6 Biloba Flower

📋 copy color: '#A393F6'

red 163 ◦ green 147 ◦ blue 246

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

Shades of Biloba Flower #A393F6

Tints of Biloba Flower #A393F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 29.32%
G = 26.44%
B = 44.24%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A393F6 (or 0xA393F6) is known color: Biloba Flower. HEX triplet: A3, 93 and F6. RGB value is (163,147,246). Sum of RGB (Red+Green+Blue) = 163+147+246=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #A393F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F6 is #5C6C09. Grayscale: #A2A2A2. Windows color (decimal): -6056970 or 16159651. OLE color: 16159651.

HSL color Cylindrical-coordinate representation of color #A393F6: hue angle of 249.7º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A393F6 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 147 246 -
CMYK 0.34 0.40 0 0.04
HSL 249.7º 0.85% 0.77% -
HSV(B) 249.7º 0.4% 0.96% -
XYZ 42.17 35.31 91.78 -
YUV 163.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 163 147 246 0.34 0.40 0 0.04 249.7 0.85 0.77
Hex A3 93 F6 22 28 0 4 FA 55 4D
Octal 243 223 366 42 50 0 4 372 125 115
Binary 10100011 10010011 11110110 100010 101000 0 100 11111010 1010101 1001101

Color Harmonies of #A393F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F6

Black with #A393F6

Text Example


Text Example

White with #A393F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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