Html Css Color HEX #A62474 Medium Red Violet

📋 copy color: '#A62474'

red 166 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #A62474

Tints of Medium Red Violet #A62474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 52.2%
G = 11.32%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A62474 (or 0xA62474) is known color: Medium Red Violet. HEX triplet: A6, 24 and 74. RGB value is (166,36,116). Sum of RGB (Red+Green+Blue) = 166+36+116=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62474 is #59DB8B. Grayscale: #535353. Windows color (decimal): -5888908 or 7611558. OLE color: 7611558.

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

Color convert

RGB 166 36 116 -
CMYK 0 0.78 0.30 0.35
HSL 323.08º 0.64% 0.4% -
HSV(B) 323.08º 0.78% 0.65% -
XYZ 19.51 10.63 17.55 -
YUV 83.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 166 36 116 0 0.78 0.30 0.35 323.08 0.64 0.4
Hex A6 24 74 0 4E 1E 23 143 40 28
Octal 246 44 164 0 116 36 43 503 100 50
Binary 10100110 100100 1110100 0 1001110 11110 100011 101000011 1000000 101000

Color Harmonies of #A62474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62474

Black with #A62474

Text Example


Text Example

White with #A62474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62474; }

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

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

background-color css

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

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

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

border-color css

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

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

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