Html Css Color HEX #A64092 Medium Red Violet

📋 copy color: '#A64092'

red 166 ◦ green 64 ◦ blue 146

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

Shades of Medium Red Violet #A64092

Tints of Medium Red Violet #A64092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

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

R = 44.15%
G = 17.02%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A64092 (or 0xA64092) is known color: Medium Red Violet. HEX triplet: A6, 40 and 92. RGB value is (166,64,146). Sum of RGB (Red+Green+Blue) = 166+64+146=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A64092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64092 is #59BF6D. Grayscale: #676767. Windows color (decimal): -5881710 or 9584806. OLE color: 9584806.

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

Color convert

RGB 166 64 146 -
CMYK 0 0.61 0.12 0.35
HSL 311.76º 0.44% 0.45% -
HSV(B) 311.76º 0.61% 0.65% -
XYZ 22.75 13.85 28.67 -
YUV 103.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 166 64 146 0 0.61 0.12 0.35 311.76 0.44 0.45
Hex A6 40 92 0 3D C 23 138 2C 2D
Octal 246 100 222 0 75 14 43 470 54 55
Binary 10100110 1000000 10010010 0 111101 1100 100011 100111000 101100 101101

Color Harmonies of #A64092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64092

Black with #A64092

Text Example


Text Example

White with #A64092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64092; }

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

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

background-color css

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

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

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

border-color css

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

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

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