Html Css Color HEX #A75EEF Medium Purple

📋 copy color: '#A75EEF'

red 167 ◦ green 94 ◦ blue 239

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

Shades of Medium Purple #A75EEF

Tints of Medium Purple #A75EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 33.4%
G = 18.8%
B = 47.8%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A75EEF (or 0xA75EEF) is known color: Medium Purple. HEX triplet: A7, 5E and EF. RGB value is (167,94,239). Sum of RGB (Red+Green+Blue) = 167+94+239=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #A75EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75EEF is #58A110. Grayscale: #838383. Windows color (decimal): -5808401 or 15687335. OLE color: 15687335.

HSL color Cylindrical-coordinate representation of color #A75EEF: hue angle of 270.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A75EEF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 94 239 -
CMYK 0.30 0.61 0 0.06
HSL 270.21º 0.82% 0.65% -
HSV(B) 270.21º 0.61% 0.94% -
XYZ 35.52 22.45 84.12 -
YUV 132.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 167 94 239 0.30 0.61 0 0.06 270.21 0.82 0.65
Hex A7 5E EF 1E 3D 0 6 10E 52 41
Octal 247 136 357 36 75 0 6 416 122 101
Binary 10100111 1011110 11101111 11110 111101 0 110 100001110 1010010 1000001

Color Harmonies of #A75EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EEF

Black with #A75EEF

Text Example


Text Example

White with #A75EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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