Html Css Color HEX #A775EC Medium Purple

📋 copy color: '#A775EC'

red 167 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #A775EC

Tints of Medium Purple #A775EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.5%

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

R = 32.12%
G = 22.5%
B = 45.38%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A775EC (or 0xA775EC) is known color: Medium Purple. HEX triplet: A7, 75 and EC. RGB value is (167,117,236). Sum of RGB (Red+Green+Blue) = 167+117+236=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #A775EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775EC is #588A13. Grayscale: #919191. Windows color (decimal): -5802516 or 15496615. OLE color: 15496615.

HSL color Cylindrical-coordinate representation of color #A775EC: hue angle of 265.21º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A775EC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 117 236 -
CMYK 0.29 0.50 0 0.07
HSL 265.21º 0.76% 0.69% -
HSV(B) 265.21º 0.5% 0.93% -
XYZ 37.44 26.99 82.59 -
YUV 145.52 179.07 143.32 -
System Red Green Blue C M Y K H S L
Decimal 167 117 236 0.29 0.50 0 0.07 265.21 0.76 0.69
Hex A7 75 EC 1D 32 0 7 109 4C 45
Octal 247 165 354 35 62 0 7 411 114 105
Binary 10100111 1110101 11101100 11101 110010 0 111 100001001 1001100 1000101

Color Harmonies of #A775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775EC

Black with #A775EC

Text Example


Text Example

White with #A775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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