Html Css Color HEX #A64280 Medium Red Violet

📋 copy color: '#A64280'

red 166 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #A64280

Tints of Medium Red Violet #A64280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 46.11%
G = 18.33%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A64280 (or 0xA64280) is known color: Medium Red Violet. HEX triplet: A6, 42 and 80. RGB value is (166,66,128). Sum of RGB (Red+Green+Blue) = 166+66+128=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64280 is #59BD7F. Grayscale: #666666. Windows color (decimal): -5881216 or 8405670. OLE color: 8405670.

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

Color convert

RGB 166 66 128 -
CMYK 0 0.60 0.23 0.35
HSL 322.8º 0.43% 0.45% -
HSV(B) 322.8º 0.6% 0.65% -
XYZ 21.57 13.56 21.9 -
YUV 102.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 166 66 128 0 0.60 0.23 0.35 322.8 0.43 0.45
Hex A6 42 80 0 3C 17 23 143 2B 2D
Octal 246 102 200 0 74 27 43 503 53 55
Binary 10100110 1000010 10000000 0 111100 10111 100011 101000011 101011 101101

Color Harmonies of #A64280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64280

Black with #A64280

Text Example


Text Example

White with #A64280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64280; }

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

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

background-color css

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

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

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

border-color css

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

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

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