Html Css Color HEX #A560EC Medium Purple

📋 copy color: '#A560EC'

red 165 ◦ green 96 ◦ blue 236

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

Shades of Medium Purple #A560EC

Tints of Medium Purple #A560EC

RGB

 RED value IS 165 (64.84% from 255) = 33.2%

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

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

R = 33.2%
G = 19.32%
B = 47.48%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A560EC (or 0xA560EC) is known color: Medium Purple. HEX triplet: A5, 60 and EC. RGB value is (165,96,236). Sum of RGB (Red+Green+Blue) = 165+96+236=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 96 (37.89% from 255 or 19.32% 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 #A560EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560EC is #5A9F13. Grayscale: #848484. Windows color (decimal): -5938964 or 15491237. OLE color: 15491237.

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

Color convert

RGB 165 96 236 -
CMYK 0.30 0.59 0 0.07
HSL 269.57º 0.79% 0.65% -
HSV(B) 269.57º 0.59% 0.93% -
XYZ 34.84 22.42 81.85 -
YUV 132.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 165 96 236 0.30 0.59 0 0.07 269.57 0.79 0.65
Hex A5 60 EC 1E 3B 0 7 10E 4F 41
Octal 245 140 354 36 73 0 7 416 117 101
Binary 10100101 1100000 11101100 11110 111011 0 111 100001110 1001111 1000001

Color Harmonies of #A560EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560EC

Black with #A560EC

Text Example


Text Example

White with #A560EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560EC; }

 p { color: rgb(165,96,236); }

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

background-color css

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

 a { background-color: rgb(165,96,236); }

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

border-color css

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

 span { border-color: rgb(165,96,236); }

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