Html Css Color HEX #A393F1 Biloba Flower

📋 copy color: '#A393F1'

red 163 ◦ green 147 ◦ blue 241

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

Shades of Biloba Flower #A393F1

Tints of Biloba Flower #A393F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 29.58%
G = 26.68%
B = 43.74%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A393F1 (or 0xA393F1) is known color: Biloba Flower. HEX triplet: A3, 93 and F1. RGB value is (163,147,241). Sum of RGB (Red+Green+Blue) = 163+147+241=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A393F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F1 is #5C6C0E. Grayscale: #A2A2A2. Windows color (decimal): -6056975 or 15831971. OLE color: 15831971.

HSL color Cylindrical-coordinate representation of color #A393F1: hue angle of 250.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A393F1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 147 241 -
CMYK 0.32 0.39 0 0.05
HSL 250.21º 0.77% 0.76% -
HSV(B) 250.21º 0.39% 0.95% -
XYZ 41.42 35 87.79 -
YUV 162.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 163 147 241 0.32 0.39 0 0.05 250.21 0.77 0.76
Hex A3 93 F1 20 27 0 5 FA 4D 4C
Octal 243 223 361 40 47 0 5 372 115 114
Binary 10100011 10010011 11110001 100000 100111 0 101 11111010 1001101 1001100

Color Harmonies of #A393F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F1

Black with #A393F1

Text Example


Text Example

White with #A393F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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