Html Css Color HEX #A76CE7 Medium Purple

📋 copy color: '#A76CE7'

red 167 ◦ green 108 ◦ blue 231

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

Shades of Medium Purple #A76CE7

Tints of Medium Purple #A76CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 33%
G = 21.34%
B = 45.65%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A76CE7 (or 0xA76CE7) is known color: Medium Purple. HEX triplet: A7, 6C and E7. RGB value is (167,108,231). Sum of RGB (Red+Green+Blue) = 167+108+231=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #A76CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CE7 is #589318. Grayscale: #8B8B8B. Windows color (decimal): -5804825 or 15166631. OLE color: 15166631.

HSL color Cylindrical-coordinate representation of color #A76CE7: hue angle of 268.78º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A76CE7 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 108 231 -
CMYK 0.28 0.53 0 0.09
HSL 268.78º 0.72% 0.66% -
HSV(B) 268.78º 0.53% 0.91% -
XYZ 35.72 24.71 78.49 -
YUV 139.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 167 108 231 0.28 0.53 0 0.09 268.78 0.72 0.66
Hex A7 6C E7 1C 35 0 9 10D 48 42
Octal 247 154 347 34 65 0 11 415 110 102
Binary 10100111 1101100 11100111 11100 110101 0 1001 100001101 1001000 1000010

Color Harmonies of #A76CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CE7

Black with #A76CE7

Text Example


Text Example

White with #A76CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CE7; }

 p { color: rgb(167,108,231); }

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

background-color css

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

 a { background-color: rgb(167,108,231); }

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

border-color css

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

 span { border-color: rgb(167,108,231); }

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