Html Css Color HEX #A64492 Medium Red Violet

📋 copy color: '#A64492'

red 166 ◦ green 68 ◦ blue 146

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

Shades of Medium Red Violet #A64492

Tints of Medium Red Violet #A64492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 43.68%
G = 17.89%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A64492 (or 0xA64492) is known color: Medium Red Violet. HEX triplet: A6, 44 and 92. RGB value is (166,68,146). Sum of RGB (Red+Green+Blue) = 166+68+146=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64492 is #59BB6D. Grayscale: #696969. Windows color (decimal): -5880686 or 9585830. OLE color: 9585830.

HSL color Cylindrical-coordinate representation of color #A64492: hue angle of 312.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64492 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 146 -
CMYK 0 0.59 0.12 0.35
HSL 312.24º 0.42% 0.46% -
HSV(B) 312.24º 0.59% 0.65% -
XYZ 22.98 14.32 28.75 -
YUV 106.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 166 68 146 0 0.59 0.12 0.35 312.24 0.42 0.46
Hex A6 44 92 0 3B C 23 138 2A 2E
Octal 246 104 222 0 73 14 43 470 52 56
Binary 10100110 1000100 10010010 0 111011 1100 100011 100111000 101010 101110

Color Harmonies of #A64492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64492

Black with #A64492

Text Example


Text Example

White with #A64492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64492; }

 p { color: rgb(166,68,146); }

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

background-color css

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

 a { background-color: rgb(166,68,146); }

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

border-color css

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

 span { border-color: rgb(166,68,146); }

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