Html Css Color HEX #A760EC Medium Purple

📋 copy color: '#A760EC'

red 167 ◦ green 96 ◦ blue 236

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

Shades of Medium Purple #A760EC

Tints of Medium Purple #A760EC

RGB

 RED value IS 167 (65.63% from 255) = 33.47%

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

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

R = 33.47%
G = 19.24%
B = 47.29%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A760EC (or 0xA760EC) is known color: Medium Purple. HEX triplet: A7, 60 and EC. RGB value is (167,96,236). Sum of RGB (Red+Green+Blue) = 167+96+236=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A760EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760EC is #589F13. Grayscale: #848484. Windows color (decimal): -5807892 or 15491239. OLE color: 15491239.

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

Color convert

RGB 167 96 236 -
CMYK 0.29 0.59 0 0.07
HSL 270.43º 0.79% 0.65% -
HSV(B) 270.43º 0.59% 0.93% -
XYZ 35.26 22.64 81.87 -
YUV 133.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 167 96 236 0.29 0.59 0 0.07 270.43 0.79 0.65
Hex A7 60 EC 1D 3B 0 7 10E 4F 41
Octal 247 140 354 35 73 0 7 416 117 101
Binary 10100111 1100000 11101100 11101 111011 0 111 100001110 1001111 1000001

Color Harmonies of #A760EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760EC

Black with #A760EC

Text Example


Text Example

White with #A760EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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