Html Css Color HEX #A45EEC Medium Purple

📋 copy color: '#A45EEC'

red 164 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A45EEC

Tints of Medium Purple #A45EEC

RGB

 RED value IS 164 (64.45% from 255) = 33.2%

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

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

R = 33.2%
G = 19.03%
B = 47.77%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A45EEC (or 0xA45EEC) is known color: Medium Purple. HEX triplet: A4, 5E and EC. RGB value is (164,94,236). Sum of RGB (Red+Green+Blue) = 164+94+236=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A45EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EEC is #5BA113. Grayscale: #828282. Windows color (decimal): -6005012 or 15490724. OLE color: 15490724.

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

Color convert

RGB 164 94 236 -
CMYK 0.31 0.60 0 0.07
HSL 269.58º 0.79% 0.65% -
HSV(B) 269.58º 0.6% 0.93% -
XYZ 34.45 21.95 81.78 -
YUV 131.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 164 94 236 0.31 0.60 0 0.07 269.58 0.79 0.65
Hex A4 5E EC 1F 3C 0 7 10E 4F 41
Octal 244 136 354 37 74 0 7 416 117 101
Binary 10100100 1011110 11101100 11111 111100 0 111 100001110 1001111 1000001

Color Harmonies of #A45EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EEC

Black with #A45EEC

Text Example


Text Example

White with #A45EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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