Html Css Color HEX #A64084 Medium Red Violet

📋 copy color: '#A64084'

red 166 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #A64084

Tints of Medium Red Violet #A64084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 45.86%
G = 17.68%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A64084 (or 0xA64084) is known color: Medium Red Violet. HEX triplet: A6, 40 and 84. RGB value is (166,64,132). Sum of RGB (Red+Green+Blue) = 166+64+132=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A64084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64084 is #59BF7B. Grayscale: #666666. Windows color (decimal): -5881724 or 8667302. OLE color: 8667302.

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

Color convert

RGB 166 64 132 -
CMYK 0 0.61 0.20 0.35
HSL 320º 0.44% 0.45% -
HSV(B) 320º 0.61% 0.65% -
XYZ 21.72 13.44 23.28 -
YUV 102.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 166 64 132 0 0.61 0.20 0.35 320 0.44 0.45
Hex A6 40 84 0 3D 14 23 140 2C 2D
Octal 246 100 204 0 75 24 43 500 54 55
Binary 10100110 1000000 10000100 0 111101 10100 100011 101000000 101100 101101

Color Harmonies of #A64084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64084

Black with #A64084

Text Example


Text Example

White with #A64084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64084; }

 p { color: rgb(166,64,132); }

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

background-color css

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

 a { background-color: rgb(166,64,132); }

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

border-color css

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

 span { border-color: rgb(166,64,132); }

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