Html Css Color HEX #A62770 Medium Red Violet

📋 copy color: '#A62770'

red 166 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #A62770

Tints of Medium Red Violet #A62770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 52.37%
G = 12.3%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A62770 (or 0xA62770) is known color: Medium Red Violet. HEX triplet: A6, 27 and 70. RGB value is (166,39,112). Sum of RGB (Red+Green+Blue) = 166+39+112=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A62770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62770 is #59D88F. Grayscale: #555555. Windows color (decimal): -5888144 or 7350182. OLE color: 7350182.

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

Color convert

RGB 166 39 112 -
CMYK 0 0.77 0.33 0.35
HSL 325.51º 0.62% 0.4% -
HSV(B) 325.51º 0.77% 0.65% -
XYZ 19.38 10.73 16.38 -
YUV 85.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 166 39 112 0 0.77 0.33 0.35 325.51 0.62 0.4
Hex A6 27 70 0 4D 21 23 146 3E 28
Octal 246 47 160 0 115 41 43 506 76 50
Binary 10100110 100111 1110000 0 1001101 100001 100011 101000110 111110 101000

Color Harmonies of #A62770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62770

Black with #A62770

Text Example


Text Example

White with #A62770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62770; }

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

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

background-color css

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

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

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

border-color css

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

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

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