Html Css Color HEX #A62093 Medium Red Violet

📋 copy color: '#A62093'

red 166 ◦ green 32 ◦ blue 147

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

Shades of Medium Red Violet #A62093

Tints of Medium Red Violet #A62093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 48.12%
G = 9.28%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A62093 (or 0xA62093) is known color: Medium Red Violet. HEX triplet: A6, 20 and 93. RGB value is (166,32,147). Sum of RGB (Red+Green+Blue) = 166+32+147=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A62093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62093 is #59DF6C. Grayscale: #545454. Windows color (decimal): -5889901 or 9642150. OLE color: 9642150.

HSL color Cylindrical-coordinate representation of color #A62093: hue angle of 308.51º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62093 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 147 -
CMYK 0 0.81 0.11 0.35
HSL 308.51º 0.68% 0.39% -
HSV(B) 308.51º 0.81% 0.65% -
XYZ 21.51 11.25 28.64 -
YUV 85.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 166 32 147 0 0.81 0.11 0.35 308.51 0.68 0.39
Hex A6 20 93 0 51 B 23 135 44 27
Octal 246 40 223 0 121 13 43 465 104 47
Binary 10100110 100000 10010011 0 1010001 1011 100011 100110101 1000100 100111

Color Harmonies of #A62093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62093

Black with #A62093

Text Example


Text Example

White with #A62093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62093; }

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

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

background-color css

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

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

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

border-color css

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

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

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