Html Css Color HEX #A362EC Medium Purple

📋 copy color: '#A362EC'

red 163 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #A362EC

Tints of Medium Purple #A362EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.72%

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

R = 32.8%
G = 19.72%
B = 47.48%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A362EC (or 0xA362EC) is known color: Medium Purple. HEX triplet: A3, 62 and EC. RGB value is (163,98,236). Sum of RGB (Red+Green+Blue) = 163+98+236=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A362EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362EC is #5C9D13. Grayscale: #848484. Windows color (decimal): -6069524 or 15491747. OLE color: 15491747.

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

Color convert

RGB 163 98 236 -
CMYK 0.31 0.58 0 0.07
HSL 268.26º 0.78% 0.65% -
HSV(B) 268.26º 0.58% 0.93% -
XYZ 34.61 22.58 81.89 -
YUV 133.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 163 98 236 0.31 0.58 0 0.07 268.26 0.78 0.65
Hex A3 62 EC 1F 3A 0 7 10C 4E 41
Octal 243 142 354 37 72 0 7 414 116 101
Binary 10100011 1100010 11101100 11111 111010 0 111 100001100 1001110 1000001

Color Harmonies of #A362EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362EC

Black with #A362EC

Text Example


Text Example

White with #A362EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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