Html Css Color HEX #A561EC Medium Purple

📋 copy color: '#A561EC'

red 165 ◦ green 97 ◦ blue 236

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

Shades of Medium Purple #A561EC

Tints of Medium Purple #A561EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.48%

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

R = 33.13%
G = 19.48%
B = 47.39%

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

#A561EC (or 0xA561EC) is known color: Medium Purple. HEX triplet: A5, 61 and EC. RGB value is (165,97,236). Sum of RGB (Red+Green+Blue) = 165+97+236=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A561EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561EC is #5A9E13. Grayscale: #848484. Windows color (decimal): -5938708 or 15491493. OLE color: 15491493.

HSL color Cylindrical-coordinate representation of color #A561EC: hue angle of 269.35º 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 #A561EC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 97 236 -
CMYK 0.30 0.59 0 0.07
HSL 269.35º 0.79% 0.65% -
HSV(B) 269.35º 0.59% 0.93% -
XYZ 34.93 22.6 81.88 -
YUV 133.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 165 97 236 0.30 0.59 0 0.07 269.35 0.79 0.65
Hex A5 61 EC 1E 3B 0 7 10D 4F 41
Octal 245 141 354 36 73 0 7 415 117 101
Binary 10100101 1100001 11101100 11110 111011 0 111 100001101 1001111 1000001

Color Harmonies of #A561EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561EC

Black with #A561EC

Text Example


Text Example

White with #A561EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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