Html Css Color HEX #A393DC Biloba Flower

📋 copy color: '#A393DC'

red 163 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #A393DC

Tints of Biloba Flower #A393DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 30.75%
G = 27.74%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A393DC (or 0xA393DC) is known color: Biloba Flower. HEX triplet: A3, 93 and DC. RGB value is (163,147,220). Sum of RGB (Red+Green+Blue) = 163+147+220=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A393DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393DC is #5C6C23. Grayscale: #9F9F9F. Windows color (decimal): -6056996 or 14455715. OLE color: 14455715.

HSL color Cylindrical-coordinate representation of color #A393DC: hue angle of 253.15º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A393DC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 147 220 -
CMYK 0.26 0.33 0 0.14
HSL 253.15º 0.51% 0.72% -
HSV(B) 253.15º 0.33% 0.86% -
XYZ 38.46 33.82 72.21 -
YUV 160.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 163 147 220 0.26 0.33 0 0.14 253.15 0.51 0.72
Hex A3 93 DC 1A 21 0 E FD 33 48
Octal 243 223 334 32 41 0 16 375 63 110
Binary 10100011 10010011 11011100 11010 100001 0 1110 11111101 110011 1001000

Color Harmonies of #A393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393DC

Black with #A393DC

Text Example


Text Example

White with #A393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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