Html Css Color HEX #A629A1 Medium Red Violet

📋 copy color: '#A629A1'

red 166 ◦ green 41 ◦ blue 161

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

Shades of Medium Red Violet #A629A1

Tints of Medium Red Violet #A629A1

RGB

 RED value IS 166 (65.23% from 255) = 45.11%

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 161 (63.28% from 255) = 43.75%

R = 45.11%
G = 11.14%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A629A1 (or 0xA629A1) is known color: Medium Red Violet. HEX triplet: A6, 29 and A1. RGB value is (166,41,161). Sum of RGB (Red+Green+Blue) = 166+41+161=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A629A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A629A1 is #59D65E. Grayscale: #5B5B5B. Windows color (decimal): -5887583 or 10561958. OLE color: 10561958.

HSL color Cylindrical-coordinate representation of color #A629A1: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A629A1 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 161 -
CMYK 0 0.75 0.03 0.35
HSL 302.4º 0.6% 0.41% -
HSV(B) 302.4º 0.75% 0.65% -
XYZ 22.95 12.27 34.88 -
YUV 92.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 166 41 161 0 0.75 0.03 0.35 302.4 0.6 0.41
Hex A6 29 A1 0 4B 3 23 12E 3C 29
Octal 246 51 241 0 113 3 43 456 74 51
Binary 10100110 101001 10100001 0 1001011 11 100011 100101110 111100 101001

Color Harmonies of #A629A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629A1

Black with #A629A1

Text Example


Text Example

White with #A629A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629A1; }

 p { color: rgb(166,41,161); }

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

background-color css

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

 a { background-color: rgb(166,41,161); }

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

border-color css

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

 span { border-color: rgb(166,41,161); }

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