Html Css Color HEX #A64293 Medium Red Violet

📋 copy color: '#A64293'

red 166 ◦ green 66 ◦ blue 147

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

Shades of Medium Red Violet #A64293

Tints of Medium Red Violet #A64293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 43.8%
G = 17.41%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A64293 (or 0xA64293) is known color: Medium Red Violet. HEX triplet: A6, 42 and 93. RGB value is (166,66,147). Sum of RGB (Red+Green+Blue) = 166+66+147=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64293 is #59BD6C. Grayscale: #686868. Windows color (decimal): -5881197 or 9650854. OLE color: 9650854.

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

Color convert

RGB 166 66 147 -
CMYK 0 0.60 0.11 0.35
HSL 311.4º 0.43% 0.45% -
HSV(B) 311.4º 0.6% 0.65% -
XYZ 22.94 14.11 29.12 -
YUV 105.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 166 66 147 0 0.60 0.11 0.35 311.4 0.43 0.45
Hex A6 42 93 0 3C B 23 137 2B 2D
Octal 246 102 223 0 74 13 43 467 53 55
Binary 10100110 1000010 10010011 0 111100 1011 100011 100110111 101011 101101

Color Harmonies of #A64293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64293

Black with #A64293

Text Example


Text Example

White with #A64293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64293; }

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

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

background-color css

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

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

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

border-color css

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

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

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