Html Css Color HEX #A64481 Medium Red Violet

📋 copy color: '#A64481'

red 166 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #A64481

Tints of Medium Red Violet #A64481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 45.73%
G = 18.73%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64481 (or 0xA64481) is known color: Medium Red Violet. HEX triplet: A6, 44 and 81. RGB value is (166,68,129). Sum of RGB (Red+Green+Blue) = 166+68+129=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A64481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64481 is #59BB7E. Grayscale: #686868. Windows color (decimal): -5880703 or 8471718. OLE color: 8471718.

HSL color Cylindrical-coordinate representation of color #A64481: hue angle of 322.65º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64481 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 129 -
CMYK 0 0.59 0.22 0.35
HSL 322.65º 0.42% 0.46% -
HSV(B) 322.65º 0.59% 0.65% -
XYZ 21.76 13.83 22.29 -
YUV 104.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 166 68 129 0 0.59 0.22 0.35 322.65 0.42 0.46
Hex A6 44 81 0 3B 16 23 143 2A 2E
Octal 246 104 201 0 73 26 43 503 52 56
Binary 10100110 1000100 10000001 0 111011 10110 100011 101000011 101010 101110

Color Harmonies of #A64481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64481

Black with #A64481

Text Example


Text Example

White with #A64481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64481; }

 p { color: rgb(166,68,129); }

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

background-color css

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

 a { background-color: rgb(166,68,129); }

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

border-color css

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

 span { border-color: rgb(166,68,129); }

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