Html Css Color HEX #A64483 Medium Red Violet

📋 copy color: '#A64483'

red 166 ◦ green 68 ◦ blue 131

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

Shades of Medium Red Violet #A64483

Tints of Medium Red Violet #A64483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 45.48%
G = 18.63%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A64483 (or 0xA64483) is known color: Medium Red Violet. HEX triplet: A6, 44 and 83. RGB value is (166,68,131). Sum of RGB (Red+Green+Blue) = 166+68+131=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A64483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64483 is #59BB7C. Grayscale: #686868. Windows color (decimal): -5880701 or 8602790. OLE color: 8602790.

HSL color Cylindrical-coordinate representation of color #A64483: hue angle of 321.43º 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 #A64483 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 131 -
CMYK 0 0.59 0.21 0.35
HSL 321.43º 0.42% 0.46% -
HSV(B) 321.43º 0.59% 0.65% -
XYZ 21.89 13.88 23 -
YUV 104.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 166 68 131 0 0.59 0.21 0.35 321.43 0.42 0.46
Hex A6 44 83 0 3B 15 23 141 2A 2E
Octal 246 104 203 0 73 25 43 501 52 56
Binary 10100110 1000100 10000011 0 111011 10101 100011 101000001 101010 101110

Color Harmonies of #A64483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64483

Black with #A64483

Text Example


Text Example

White with #A64483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64483; }

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

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

background-color css

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

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

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

border-color css

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

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

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