Html Css Color HEX #A64283 Medium Red Violet

📋 copy color: '#A64283'

red 166 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A64283

Tints of Medium Red Violet #A64283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 45.73%
G = 18.18%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A64283 (or 0xA64283) is known color: Medium Red Violet. HEX triplet: A6, 42 and 83. RGB value is (166,66,131). Sum of RGB (Red+Green+Blue) = 166+66+131=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A64283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64283 is #59BD7C. Grayscale: #676767. Windows color (decimal): -5881213 or 8602278. OLE color: 8602278.

HSL color Cylindrical-coordinate representation of color #A64283: hue angle of 321º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64283 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 131 -
CMYK 0 0.60 0.21 0.35
HSL 321º 0.43% 0.45% -
HSV(B) 321º 0.6% 0.65% -
XYZ 21.77 13.64 22.96 -
YUV 103.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 166 66 131 0 0.60 0.21 0.35 321 0.43 0.45
Hex A6 42 83 0 3C 15 23 141 2B 2D
Octal 246 102 203 0 74 25 43 501 53 55
Binary 10100110 1000010 10000011 0 111100 10101 100011 101000001 101011 101101

Color Harmonies of #A64283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64283

Black with #A64283

Text Example


Text Example

White with #A64283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64283; }

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

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

background-color css

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

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

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

border-color css

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

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

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