Html Css Color HEX #A64281 Medium Red Violet

📋 copy color: '#A64281'

red 166 ◦ green 66 ◦ blue 129

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

Shades of Medium Red Violet #A64281

Tints of Medium Red Violet #A64281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 45.98%
G = 18.28%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64281 (or 0xA64281) is known color: Medium Red Violet. HEX triplet: A6, 42 and 81. RGB value is (166,66,129). Sum of RGB (Red+Green+Blue) = 166+66+129=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A64281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64281 is #59BD7E. Grayscale: #666666. Windows color (decimal): -5881215 or 8471206. OLE color: 8471206.

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

Color convert

RGB 166 66 129 -
CMYK 0 0.60 0.22 0.35
HSL 322.2º 0.43% 0.45% -
HSV(B) 322.2º 0.6% 0.65% -
XYZ 21.64 13.59 22.25 -
YUV 103.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 166 66 129 0 0.60 0.22 0.35 322.2 0.43 0.45
Hex A6 42 81 0 3C 16 23 142 2B 2D
Octal 246 102 201 0 74 26 43 502 53 55
Binary 10100110 1000010 10000001 0 111100 10110 100011 101000010 101011 101101

Color Harmonies of #A64281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64281

Black with #A64281

Text Example


Text Example

White with #A64281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64281; }

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

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

background-color css

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

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

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

border-color css

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

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

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