Html Css Color HEX #A62870 Medium Red Violet

📋 copy color: '#A62870'

red 166 ◦ green 40 ◦ blue 112

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

Shades of Medium Red Violet #A62870

Tints of Medium Red Violet #A62870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 52.2%
G = 12.58%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A62870 (or 0xA62870) is known color: Medium Red Violet. HEX triplet: A6, 28 and 70. RGB value is (166,40,112). Sum of RGB (Red+Green+Blue) = 166+40+112=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62870 is #59D78F. Grayscale: #555555. Windows color (decimal): -5887888 or 7350438. OLE color: 7350438.

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

Color convert

RGB 166 40 112 -
CMYK 0 0.76 0.33 0.35
HSL 325.71º 0.61% 0.4% -
HSV(B) 325.71º 0.76% 0.65% -
XYZ 19.41 10.79 16.39 -
YUV 85.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 166 40 112 0 0.76 0.33 0.35 325.71 0.61 0.4
Hex A6 28 70 0 4C 21 23 146 3D 28
Octal 246 50 160 0 114 41 43 506 75 50
Binary 10100110 101000 1110000 0 1001100 100001 100011 101000110 111101 101000

Color Harmonies of #A62870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62870

Black with #A62870

Text Example


Text Example

White with #A62870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62870; }

 p { color: rgb(166,40,112); }

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

background-color css

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

 a { background-color: rgb(166,40,112); }

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

border-color css

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

 span { border-color: rgb(166,40,112); }

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