Html Css Color HEX #A05EEC Medium Purple

📋 copy color: '#A05EEC'

red 160 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A05EEC

Tints of Medium Purple #A05EEC

RGB

 RED value IS 160 (62.89% from 255) = 32.65%

 GREEN value IS 94 (37.11% from 255) = 19.18%

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

R = 32.65%
G = 19.18%
B = 48.16%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A05EEC (or 0xA05EEC) is known color: Medium Purple. HEX triplet: A0, 5E and EC. RGB value is (160,94,236). Sum of RGB (Red+Green+Blue) = 160+94+236=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A05EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EEC is #5FA113. Grayscale: #818181. Windows color (decimal): -6267156 or 15490720. OLE color: 15490720.

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

Color convert

RGB 160 94 236 -
CMYK 0.32 0.60 0 0.07
HSL 267.89º 0.79% 0.65% -
HSV(B) 267.89º 0.6% 0.93% -
XYZ 33.64 21.54 81.74 -
YUV 129.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 160 94 236 0.32 0.60 0 0.07 267.89 0.79 0.65
Hex A0 5E EC 20 3C 0 7 10C 4F 41
Octal 240 136 354 40 74 0 7 414 117 101
Binary 10100000 1011110 11101100 100000 111100 0 111 100001100 1001111 1000001

Color Harmonies of #A05EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EEC

Black with #A05EEC

Text Example


Text Example

White with #A05EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EEC; }

 p { color: rgb(160,94,236); }

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

background-color css

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

 a { background-color: rgb(160,94,236); }

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

border-color css

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

 span { border-color: rgb(160,94,236); }

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