Html Css Color HEX #A393F4 Biloba Flower

📋 copy color: '#A393F4'

red 163 ◦ green 147 ◦ blue 244

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

Shades of Biloba Flower #A393F4

Tints of Biloba Flower #A393F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.04%

R = 29.42%
G = 26.53%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A393F4 (or 0xA393F4) is known color: Biloba Flower. HEX triplet: A3, 93 and F4. RGB value is (163,147,244). Sum of RGB (Red+Green+Blue) = 163+147+244=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #A393F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F4 is #5C6C0B. Grayscale: #A2A2A2. Windows color (decimal): -6056972 or 16028579. OLE color: 16028579.

HSL color Cylindrical-coordinate representation of color #A393F4: hue angle of 249.9º degrees, saturation: 0.82, 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 #A393F4 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 147 244 -
CMYK 0.33 0.40 0 0.04
HSL 249.9º 0.82% 0.77% -
HSV(B) 249.9º 0.4% 0.96% -
XYZ 41.87 35.19 90.17 -
YUV 162.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 163 147 244 0.33 0.40 0 0.04 249.9 0.82 0.77
Hex A3 93 F4 21 28 0 4 FA 52 4D
Octal 243 223 364 41 50 0 4 372 122 115
Binary 10100011 10010011 11110100 100001 101000 0 100 11111010 1010010 1001101

Color Harmonies of #A393F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F4

Black with #A393F4

Text Example


Text Example

White with #A393F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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