#a365f3

Color #A365F3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A365F3

Tints of Medium Purple #A365F3

Color information

#A365F3 (or 0xA365F3) is unknown color: approx Medium Purple. HEX triplet: A3, 65 and F3. RGB value is (163,101,243). Sum of RGB (Red+Green+Blue) = 163+101+243=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #A365F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365F3 is #5C9A0C. Grayscale: #878787. Windows color (decimal): -6068749 or 15951267. OLE color: 15951267.

HSL color Cylindrical-coordinate representation of color #A365F3: hue angle of 266.2º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A365F3 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163101243-
CMYK0.330.5800.05
HSL266.2º85.54%67.45%-
HSV(B)266.2º58.44%95.29%-
XYZ35.9423.5687.45-
YUV135.73188.54147.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 243 (95.31% from 255) = 47.93%
R=32.15%
G=19.92%
B=47.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631012430.330.5800.05266.285.5467.45
HexA365F3213A0510a5643
Octal243145363417205412126103
Binary10100011110010111110011100001111010010110000101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a365f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a365f3; }

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

 H1.HeaderClassName
 {
   color: #a365f3;
 }
 .AnyTagClassName
 {
   color: #a365f3;
 }
</style>
background-color css

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

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

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

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

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

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