Html Css Color HEX #A75EEC Medium Purple

📋 copy color: '#A75EEC'

red 167 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A75EEC

Tints of Medium Purple #A75EEC

RGB

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

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

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

R = 33.6%
G = 18.91%
B = 47.48%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A75EEC (or 0xA75EEC) is known color: Medium Purple. HEX triplet: A7, 5E and EC. RGB value is (167,94,236). Sum of RGB (Red+Green+Blue) = 167+94+236=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 94 (37.11% from 255 or 18.91% 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 #A75EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75EEC is #58A113. Grayscale: #838383. Windows color (decimal): -5808404 or 15490727. OLE color: 15490727.

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

Color convert

RGB 167 94 236 -
CMYK 0.29 0.60 0 0.07
HSL 270.85º 0.79% 0.65% -
HSV(B) 270.85º 0.6% 0.93% -
XYZ 35.08 22.28 81.81 -
YUV 132.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 167 94 236 0.29 0.60 0 0.07 270.85 0.79 0.65
Hex A7 5E EC 1D 3C 0 7 10F 4F 41
Octal 247 136 354 35 74 0 7 417 117 101
Binary 10100111 1011110 11101100 11101 111100 0 111 100001111 1001111 1000001

Color Harmonies of #A75EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EEC

Black with #A75EEC

Text Example


Text Example

White with #A75EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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