Html Css Color HEX #A393DF Biloba Flower

📋 copy color: '#A393DF'

red 163 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #A393DF

Tints of Biloba Flower #A393DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 30.58%
G = 27.58%
B = 41.84%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A393DF (or 0xA393DF) is known color: Biloba Flower. HEX triplet: A3, 93 and DF. RGB value is (163,147,223). Sum of RGB (Red+Green+Blue) = 163+147+223=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A393DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DF is #5C6C20. Grayscale: #A0A0A0. Windows color (decimal): -6056993 or 14652323. OLE color: 14652323.

HSL color Cylindrical-coordinate representation of color #A393DF: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A393DF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 147 223 -
CMYK 0.27 0.34 0 0.13
HSL 252.63º 0.54% 0.73% -
HSV(B) 252.63º 0.34% 0.87% -
XYZ 38.86 33.98 74.32 -
YUV 160.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 163 147 223 0.27 0.34 0 0.13 252.63 0.54 0.73
Hex A3 93 DF 1B 22 0 D FD 36 49
Octal 243 223 337 33 42 0 15 375 66 111
Binary 10100011 10010011 11011111 11011 100010 0 1101 11111101 110110 1001001

Color Harmonies of #A393DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393DF

Black with #A393DF

Text Example


Text Example

White with #A393DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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