Html Css Color HEX #A64A8D Medium Red Violet

📋 copy color: '#A64A8D'

red 166 ◦ green 74 ◦ blue 141

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

Shades of Medium Red Violet #A64A8D

Tints of Medium Red Violet #A64A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 43.57%
G = 19.42%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A64A8D (or 0xA64A8D) is known color: Medium Red Violet. HEX triplet: A6, 4A and 8D. RGB value is (166,74,141). Sum of RGB (Red+Green+Blue) = 166+74+141=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A8D is #59B572. Grayscale: #6C6C6C. Windows color (decimal): -5879155 or 9259686. OLE color: 9259686.

HSL color Cylindrical-coordinate representation of color #A64A8D: hue angle of 316.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A8D is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 141 -
CMYK 0 0.55 0.15 0.35
HSL 316.3º 0.38% 0.47% -
HSV(B) 316.3º 0.55% 0.65% -
XYZ 22.98 14.93 26.87 -
YUV 109.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 166 74 141 0 0.55 0.15 0.35 316.3 0.38 0.47
Hex A6 4A 8D 0 37 F 23 13C 26 2F
Octal 246 112 215 0 67 17 43 474 46 57
Binary 10100110 1001010 10001101 0 110111 1111 100011 100111100 100110 101111

Color Harmonies of #A64A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A8D

Black with #A64A8D

Text Example


Text Example

White with #A64A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A8D; }

 p { color: rgb(166,74,141); }

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

background-color css

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

 a { background-color: rgb(166,74,141); }

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

border-color css

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

 span { border-color: rgb(166,74,141); }

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