Html Css Color HEX #A64985 Medium Red Violet

📋 copy color: '#A64985'

red 166 ◦ green 73 ◦ blue 133

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

Shades of Medium Red Violet #A64985

Tints of Medium Red Violet #A64985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 44.62%
G = 19.62%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A64985 (or 0xA64985) is known color: Medium Red Violet. HEX triplet: A6, 49 and 85. RGB value is (166,73,133). Sum of RGB (Red+Green+Blue) = 166+73+133=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A64985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64985 is #59B67A. Grayscale: #6B6B6B. Windows color (decimal): -5879419 or 8735142. OLE color: 8735142.

HSL color Cylindrical-coordinate representation of color #A64985: hue angle of 321.29º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64985 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 133 -
CMYK 0 0.56 0.20 0.35
HSL 321.29º 0.39% 0.47% -
HSV(B) 321.29º 0.56% 0.65% -
XYZ 22.34 14.57 23.82 -
YUV 107.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 166 73 133 0 0.56 0.20 0.35 321.29 0.39 0.47
Hex A6 49 85 0 38 14 23 141 27 2F
Octal 246 111 205 0 70 24 43 501 47 57
Binary 10100110 1001001 10000101 0 111000 10100 100011 101000001 100111 101111

Color Harmonies of #A64985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64985

Black with #A64985

Text Example


Text Example

White with #A64985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64985; }

 p { color: rgb(166,73,133); }

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

background-color css

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

 a { background-color: rgb(166,73,133); }

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

border-color css

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

 span { border-color: rgb(166,73,133); }

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