Html Css Color HEX #A64192 Medium Red Violet

📋 copy color: '#A64192'

red 166 ◦ green 65 ◦ blue 146

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

Shades of Medium Red Violet #A64192

Tints of Medium Red Violet #A64192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 44.03%
G = 17.24%
B = 38.73%

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

#A64192 (or 0xA64192) is known color: Medium Red Violet. HEX triplet: A6, 41 and 92. RGB value is (166,65,146). Sum of RGB (Red+Green+Blue) = 166+65+146=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A64192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64192 is #59BE6D. Grayscale: #686868. Windows color (decimal): -5881454 or 9585062. OLE color: 9585062.

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

Color convert

RGB 166 65 146 -
CMYK 0 0.61 0.12 0.35
HSL 311.88º 0.44% 0.45% -
HSV(B) 311.88º 0.61% 0.65% -
XYZ 22.8 13.96 28.69 -
YUV 104.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 166 65 146 0 0.61 0.12 0.35 311.88 0.44 0.45
Hex A6 41 92 0 3D C 23 138 2C 2D
Octal 246 101 222 0 75 14 43 470 54 55
Binary 10100110 1000001 10010010 0 111101 1100 100011 100111000 101100 101101

Color Harmonies of #A64192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64192

Black with #A64192

Text Example


Text Example

White with #A64192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64192; }

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

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

background-color css

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

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

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

border-color css

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

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

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