Html Css Color HEX #A64083 Medium Red Violet

📋 copy color: '#A64083'

red 166 ◦ green 64 ◦ blue 131

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

Shades of Medium Red Violet #A64083

Tints of Medium Red Violet #A64083

RGB

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

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

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

R = 45.98%
G = 17.73%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A64083 (or 0xA64083) is known color: Medium Red Violet. HEX triplet: A6, 40 and 83. RGB value is (166,64,131). Sum of RGB (Red+Green+Blue) = 166+64+131=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A64083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64083 is #59BF7C. Grayscale: #656565. Windows color (decimal): -5881725 or 8601766. OLE color: 8601766.

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

Color convert

RGB 166 64 131 -
CMYK 0 0.61 0.21 0.35
HSL 320.59º 0.44% 0.45% -
HSV(B) 320.59º 0.61% 0.65% -
XYZ 21.66 13.41 22.92 -
YUV 102.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 166 64 131 0 0.61 0.21 0.35 320.59 0.44 0.45
Hex A6 40 83 0 3D 15 23 141 2C 2D
Octal 246 100 203 0 75 25 43 501 54 55
Binary 10100110 1000000 10000011 0 111101 10101 100011 101000001 101100 101101

Color Harmonies of #A64083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64083

Black with #A64083

Text Example


Text Example

White with #A64083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64083; }

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

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

background-color css

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

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

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

border-color css

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

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

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