Html Css Color HEX #A76AEC Medium Purple

📋 copy color: '#A76AEC'

red 167 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #A76AEC

Tints of Medium Purple #A76AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

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

R = 32.81%
G = 20.83%
B = 46.37%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A76AEC (or 0xA76AEC) is known color: Medium Purple. HEX triplet: A7, 6A and EC. RGB value is (167,106,236). Sum of RGB (Red+Green+Blue) = 167+106+236=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A76AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AEC is #589513. Grayscale: #8A8A8A. Windows color (decimal): -5805332 or 15493799. OLE color: 15493799.

HSL color Cylindrical-coordinate representation of color #A76AEC: hue angle of 268.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76AEC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 106 236 -
CMYK 0.29 0.55 0 0.07
HSL 268.15º 0.77% 0.67% -
HSV(B) 268.15º 0.55% 0.93% -
XYZ 36.23 24.58 82.19 -
YUV 139.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 167 106 236 0.29 0.55 0 0.07 268.15 0.77 0.67
Hex A7 6A EC 1D 37 0 7 10C 4D 43
Octal 247 152 354 35 67 0 7 414 115 103
Binary 10100111 1101010 11101100 11101 110111 0 111 100001100 1001101 1000011

Color Harmonies of #A76AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AEC

Black with #A76AEC

Text Example


Text Example

White with #A76AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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