Html Css Color HEX #A776EF Medium Purple

📋 copy color: '#A776EF'

red 167 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #A776EF

Tints of Medium Purple #A776EF

RGB

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

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

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

R = 31.87%
G = 22.52%
B = 45.61%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A776EF (or 0xA776EF) is known color: Medium Purple. HEX triplet: A7, 76 and EF. RGB value is (167,118,239). Sum of RGB (Red+Green+Blue) = 167+118+239=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #A776EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776EF is #588910. Grayscale: #929292. Windows color (decimal): -5802257 or 15693479. OLE color: 15693479.

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

Color convert

RGB 167 118 239 -
CMYK 0.30 0.51 0 0.06
HSL 264.3º 0.79% 0.7% -
HSV(B) 264.3º 0.51% 0.94% -
XYZ 37.99 27.4 84.95 -
YUV 146.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 167 118 239 0.30 0.51 0 0.06 264.3 0.79 0.7
Hex A7 76 EF 1E 33 0 6 108 4F 46
Octal 247 166 357 36 63 0 6 410 117 106
Binary 10100111 1110110 11101111 11110 110011 0 110 100001000 1001111 1000110

Color Harmonies of #A776EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776EF

Black with #A776EF

Text Example


Text Example

White with #A776EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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