Html Css Color HEX #A393F3 Biloba Flower

📋 copy color: '#A393F3'

red 163 ◦ green 147 ◦ blue 243

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

Shades of Biloba Flower #A393F3

Tints of Biloba Flower #A393F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 29.48%
G = 26.58%
B = 43.94%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A393F3 (or 0xA393F3) is known color: Biloba Flower. HEX triplet: A3, 93 and F3. RGB value is (163,147,243). Sum of RGB (Red+Green+Blue) = 163+147+243=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #A393F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F3 is #5C6C0C. Grayscale: #A2A2A2. Windows color (decimal): -6056973 or 15963043. OLE color: 15963043.

HSL color Cylindrical-coordinate representation of color #A393F3: hue angle of 250º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A393F3 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 147 243 -
CMYK 0.33 0.40 0 0.05
HSL 250º 0.8% 0.76% -
HSV(B) 250º 0.4% 0.95% -
XYZ 41.72 35.13 89.38 -
YUV 162.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 163 147 243 0.33 0.40 0 0.05 250 0.8 0.76
Hex A3 93 F3 21 28 0 5 FA 50 4C
Octal 243 223 363 41 50 0 5 372 120 114
Binary 10100011 10010011 11110011 100001 101000 0 101 11111010 1010000 1001100

Color Harmonies of #A393F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F3

Black with #A393F3

Text Example


Text Example

White with #A393F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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