Html Css Color HEX #A64082 Medium Red Violet

📋 copy color: '#A64082'

red 166 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #A64082

Tints of Medium Red Violet #A64082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 46.11%
G = 17.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64082 (or 0xA64082) is known color: Medium Red Violet. HEX triplet: A6, 40 and 82. RGB value is (166,64,130). Sum of RGB (Red+Green+Blue) = 166+64+130=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64082 is #59BF7D. Grayscale: #656565. Windows color (decimal): -5881726 or 8536230. OLE color: 8536230.

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

Color convert

RGB 166 64 130 -
CMYK 0 0.61 0.22 0.35
HSL 321.18º 0.44% 0.45% -
HSV(B) 321.18º 0.61% 0.65% -
XYZ 21.59 13.39 22.56 -
YUV 102.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 166 64 130 0 0.61 0.22 0.35 321.18 0.44 0.45
Hex A6 40 82 0 3D 16 23 141 2C 2D
Octal 246 100 202 0 75 26 43 501 54 55
Binary 10100110 1000000 10000010 0 111101 10110 100011 101000001 101100 101101

Color Harmonies of #A64082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64082

Black with #A64082

Text Example


Text Example

White with #A64082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64082; }

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

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

background-color css

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

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

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

border-color css

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

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

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