Html Css Color HEX #A75CEF Medium Purple

📋 copy color: '#A75CEF'

red 167 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #A75CEF

Tints of Medium Purple #A75CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

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

R = 33.53%
G = 18.47%
B = 47.99%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A75CEF (or 0xA75CEF) is known color: Medium Purple. HEX triplet: A7, 5C and EF. RGB value is (167,92,239). Sum of RGB (Red+Green+Blue) = 167+92+239=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #A75CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CEF is #58A310. Grayscale: #828282. Windows color (decimal): -5808913 or 15686823. OLE color: 15686823.

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

Color convert

RGB 167 92 239 -
CMYK 0.30 0.62 0 0.06
HSL 270.61º 0.82% 0.65% -
HSV(B) 270.61º 0.62% 0.94% -
XYZ 35.34 22.1 84.06 -
YUV 131.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 167 92 239 0.30 0.62 0 0.06 270.61 0.82 0.65
Hex A7 5C EF 1E 3E 0 6 10F 52 41
Octal 247 134 357 36 76 0 6 417 122 101
Binary 10100111 1011100 11101111 11110 111110 0 110 100001111 1010010 1000001

Color Harmonies of #A75CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CEF

Black with #A75CEF

Text Example


Text Example

White with #A75CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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