Html Css Color HEX #A62D74 Medium Red Violet

📋 copy color: '#A62D74'

red 166 ◦ green 45 ◦ blue 116

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

Shades of Medium Red Violet #A62D74

Tints of Medium Red Violet #A62D74

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 50.76%
G = 13.76%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A62D74 (or 0xA62D74) is known color: Medium Red Violet. HEX triplet: A6, 2D and 74. RGB value is (166,45,116). Sum of RGB (Red+Green+Blue) = 166+45+116=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D74 is #59D28B. Grayscale: #595959. Windows color (decimal): -5886604 or 7613862. OLE color: 7613862.

HSL color Cylindrical-coordinate representation of color #A62D74: hue angle of 324.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D74 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 45 116 -
CMYK 0 0.73 0.30 0.35
HSL 324.79º 0.57% 0.41% -
HSV(B) 324.79º 0.73% 0.65% -
XYZ 19.82 11.24 17.65 -
YUV 89.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 166 45 116 0 0.73 0.30 0.35 324.79 0.57 0.41
Hex A6 2D 74 0 49 1E 23 145 39 29
Octal 246 55 164 0 111 36 43 505 71 51
Binary 10100110 101101 1110100 0 1001001 11110 100011 101000101 111001 101001

Color Harmonies of #A62D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D74

Black with #A62D74

Text Example


Text Example

White with #A62D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D74; }

 p { color: rgb(166,45,116); }

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

background-color css

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

 a { background-color: rgb(166,45,116); }

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

border-color css

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

 span { border-color: rgb(166,45,116); }

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