Html Css Color HEX #A76DF2 Medium Purple

📋 copy color: '#A76DF2'

red 167 ◦ green 109 ◦ blue 242

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

Shades of Medium Purple #A76DF2

Tints of Medium Purple #A76DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 32.24%
G = 21.04%
B = 46.72%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A76DF2 (or 0xA76DF2) is known color: Medium Purple. HEX triplet: A7, 6D and F2. RGB value is (167,109,242). Sum of RGB (Red+Green+Blue) = 167+109+242=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #A76DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DF2 is #58920D. Grayscale: #8D8D8D. Windows color (decimal): -5804558 or 15887783. OLE color: 15887783.

HSL color Cylindrical-coordinate representation of color #A76DF2: hue angle of 266.17º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76DF2 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 109 242 -
CMYK 0.31 0.55 0 0.05
HSL 266.17º 0.84% 0.69% -
HSV(B) 266.17º 0.55% 0.95% -
XYZ 37.43 25.56 86.97 -
YUV 141.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 167 109 242 0.31 0.55 0 0.05 266.17 0.84 0.69
Hex A7 6D F2 1F 37 0 5 10A 54 45
Octal 247 155 362 37 67 0 5 412 124 105
Binary 10100111 1101101 11110010 11111 110111 0 101 100001010 1010100 1000101

Color Harmonies of #A76DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DF2

Black with #A76DF2

Text Example


Text Example

White with #A76DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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