Html Css Color HEX #A76DE2 Medium Purple

📋 copy color: '#A76DE2'

red 167 ◦ green 109 ◦ blue 226

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

Shades of Medium Purple #A76DE2

Tints of Medium Purple #A76DE2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 226 (88.67% from 255) = 45.02%

R = 33.27%
G = 21.71%
B = 45.02%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A76DE2 (or 0xA76DE2) is known color: Medium Purple. HEX triplet: A7, 6D and E2. RGB value is (167,109,226). Sum of RGB (Red+Green+Blue) = 167+109+226=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #A76DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DE2 is #58921D. Grayscale: #8B8B8B. Windows color (decimal): -5804574 or 14839207. OLE color: 14839207.

HSL color Cylindrical-coordinate representation of color #A76DE2: hue angle of 269.74º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A76DE2 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 109 226 -
CMYK 0.26 0.52 0 0.11
HSL 269.74º 0.67% 0.66% -
HSV(B) 269.74º 0.52% 0.89% -
XYZ 35.13 24.64 74.86 -
YUV 139.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 167 109 226 0.26 0.52 0 0.11 269.74 0.67 0.66
Hex A7 6D E2 1A 34 0 B 10E 43 42
Octal 247 155 342 32 64 0 13 416 103 102
Binary 10100111 1101101 11100010 11010 110100 0 1011 100001110 1000011 1000010

Color Harmonies of #A76DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DE2

Black with #A76DE2

Text Example


Text Example

White with #A76DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DE2; }

 p { color: rgb(167,109,226); }

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

background-color css

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

 a { background-color: rgb(167,109,226); }

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

border-color css

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

 span { border-color: rgb(167,109,226); }

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