Html Css Color HEX #A365EC Medium Purple

📋 copy color: '#A365EC'

red 163 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #A365EC

Tints of Medium Purple #A365EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.2%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 32.6%
G = 20.2%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A365EC (or 0xA365EC) is known color: Medium Purple. HEX triplet: A3, 65 and EC. RGB value is (163,101,236). Sum of RGB (Red+Green+Blue) = 163+101+236=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A365EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365EC is #5C9A13. Grayscale: #868686. Windows color (decimal): -6068756 or 15492515. OLE color: 15492515.

HSL color Cylindrical-coordinate representation of color #A365EC: hue angle of 267.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A365EC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 101 236 -
CMYK 0.31 0.57 0 0.07
HSL 267.56º 0.78% 0.66% -
HSV(B) 267.56º 0.57% 0.93% -
XYZ 34.9 23.15 81.99 -
YUV 134.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 163 101 236 0.31 0.57 0 0.07 267.56 0.78 0.66
Hex A3 65 EC 1F 39 0 7 10C 4E 42
Octal 243 145 354 37 71 0 7 414 116 102
Binary 10100011 1100101 11101100 11111 111001 0 111 100001100 1001110 1000010

Color Harmonies of #A365EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365EC

Black with #A365EC

Text Example


Text Example

White with #A365EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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