Html Css Color HEX #A360EF Medium Purple

📋 copy color: '#A360EF'

red 163 ◦ green 96 ◦ blue 239

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

Shades of Medium Purple #A360EF

Tints of Medium Purple #A360EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.28%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 32.73%
G = 19.28%
B = 47.99%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A360EF (or 0xA360EF) is known color: Medium Purple. HEX triplet: A3, 60 and EF. RGB value is (163,96,239). Sum of RGB (Red+Green+Blue) = 163+96+239=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #A360EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360EF is #5C9F10. Grayscale: #838383. Windows color (decimal): -6070033 or 15687843. OLE color: 15687843.

HSL color Cylindrical-coordinate representation of color #A360EF: hue angle of 268.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A360EF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 96 239 -
CMYK 0.32 0.60 0 0.06
HSL 268.11º 0.82% 0.66% -
HSV(B) 268.11º 0.6% 0.94% -
XYZ 34.87 22.38 84.14 -
YUV 132.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 163 96 239 0.32 0.60 0 0.06 268.11 0.82 0.66
Hex A3 60 EF 20 3C 0 6 10C 52 42
Octal 243 140 357 40 74 0 6 414 122 102
Binary 10100011 1100000 11101111 100000 111100 0 110 100001100 1010010 1000010

Color Harmonies of #A360EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360EF

Black with #A360EF

Text Example


Text Example

White with #A360EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360EF; }

 p { color: rgb(163,96,239); }

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

background-color css

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

 a { background-color: rgb(163,96,239); }

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

border-color css

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

 span { border-color: rgb(163,96,239); }

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