Html Css Color HEX #A62484 Medium Red Violet

📋 copy color: '#A62484'

red 166 ◦ green 36 ◦ blue 132

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

Shades of Medium Red Violet #A62484

Tints of Medium Red Violet #A62484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 49.7%
G = 10.78%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A62484 (or 0xA62484) is known color: Medium Red Violet. HEX triplet: A6, 24 and 84. RGB value is (166,36,132). Sum of RGB (Red+Green+Blue) = 166+36+132=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A62484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62484 is #59DB7B. Grayscale: #555555. Windows color (decimal): -5888892 or 8660134. OLE color: 8660134.

HSL color Cylindrical-coordinate representation of color #A62484: hue angle of 315.69º 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 #A62484 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 132 -
CMYK 0 0.78 0.20 0.35
HSL 315.69º 0.64% 0.4% -
HSV(B) 315.69º 0.78% 0.65% -
XYZ 20.52 11.03 22.88 -
YUV 85.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 166 36 132 0 0.78 0.20 0.35 315.69 0.64 0.4
Hex A6 24 84 0 4E 14 23 13C 40 28
Octal 246 44 204 0 116 24 43 474 100 50
Binary 10100110 100100 10000100 0 1001110 10100 100011 100111100 1000000 101000

Color Harmonies of #A62484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62484

Black with #A62484

Text Example


Text Example

White with #A62484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62484; }

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

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

background-color css

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

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

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

border-color css

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

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

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