Html Css Color HEX #A76DF1 Medium Purple

📋 copy color: '#A76DF1'

red 167 ◦ green 109 ◦ blue 241

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

Shades of Medium Purple #A76DF1

Tints of Medium Purple #A76DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 32.3%
G = 21.08%
B = 46.62%

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

#A76DF1 (or 0xA76DF1) is known color: Medium Purple. HEX triplet: A7, 6D and F1. RGB value is (167,109,241). Sum of RGB (Red+Green+Blue) = 167+109+241=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #A76DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DF1 is #58920E. Grayscale: #8C8C8C. Windows color (decimal): -5804559 or 15822247. OLE color: 15822247.

HSL color Cylindrical-coordinate representation of color #A76DF1: hue angle of 266.36º degrees, saturation: 0.82, 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 #A76DF1 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 109 241 -
CMYK 0.31 0.55 0 0.05
HSL 266.36º 0.83% 0.69% -
HSV(B) 266.36º 0.55% 0.95% -
XYZ 37.28 25.5 86.18 -
YUV 141.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 167 109 241 0.31 0.55 0 0.05 266.36 0.83 0.69
Hex A7 6D F1 1F 37 0 5 10A 52 45
Octal 247 155 361 37 67 0 5 412 122 105
Binary 10100111 1101101 11110001 11111 110111 0 101 100001010 1010010 1000101

Color Harmonies of #A76DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DF1

Black with #A76DF1

Text Example


Text Example

White with #A76DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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