Html Css Color HEX #A776EE Medium Purple

📋 copy color: '#A776EE'

red 167 ◦ green 118 ◦ blue 238

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

Shades of Medium Purple #A776EE

Tints of Medium Purple #A776EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.56%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 31.93%
G = 22.56%
B = 45.51%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A776EE (or 0xA776EE) is known color: Medium Purple. HEX triplet: A7, 76 and EE. RGB value is (167,118,238). Sum of RGB (Red+Green+Blue) = 167+118+238=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #A776EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776EE is #588911. Grayscale: #919191. Windows color (decimal): -5802258 or 15627943. OLE color: 15627943.

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

Color convert

RGB 167 118 238 -
CMYK 0.30 0.50 0 0.07
HSL 264.5º 0.78% 0.7% -
HSV(B) 264.5º 0.5% 0.93% -
XYZ 37.85 27.35 84.17 -
YUV 146.33 179.73 142.74 -
System Red Green Blue C M Y K H S L
Decimal 167 118 238 0.30 0.50 0 0.07 264.5 0.78 0.7
Hex A7 76 EE 1E 32 0 7 108 4E 46
Octal 247 166 356 36 62 0 7 410 116 106
Binary 10100111 1110110 11101110 11110 110010 0 111 100001000 1001110 1000110

Color Harmonies of #A776EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776EE

Black with #A776EE

Text Example


Text Example

White with #A776EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776EE; }

 p { color: rgb(167,118,238); }

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

background-color css

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

 a { background-color: rgb(167,118,238); }

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

border-color css

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

 span { border-color: rgb(167,118,238); }

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