Html Css Color HEX #A62282 Medium Red Violet

📋 copy color: '#A62282'

red 166 ◦ green 34 ◦ blue 130

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

Shades of Medium Red Violet #A62282

Tints of Medium Red Violet #A62282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 50.3%
G = 10.3%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A62282 (or 0xA62282) is known color: Medium Red Violet. HEX triplet: A6, 22 and 82. RGB value is (166,34,130). Sum of RGB (Red+Green+Blue) = 166+34+130=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A62282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62282 is #59DD7D. Grayscale: #545454. Windows color (decimal): -5889406 or 8528550. OLE color: 8528550.

HSL color Cylindrical-coordinate representation of color #A62282: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62282 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 130 -
CMYK 0 0.80 0.22 0.35
HSL 316.36º 0.66% 0.39% -
HSV(B) 316.36º 0.8% 0.65% -
XYZ 20.33 10.86 22.14 -
YUV 84.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 166 34 130 0 0.80 0.22 0.35 316.36 0.66 0.39
Hex A6 22 82 0 50 16 23 13C 42 27
Octal 246 42 202 0 120 26 43 474 102 47
Binary 10100110 100010 10000010 0 1010000 10110 100011 100111100 1000010 100111

Color Harmonies of #A62282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62282

Black with #A62282

Text Example


Text Example

White with #A62282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62282; }

 p { color: rgb(166,34,130); }

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

background-color css

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

 a { background-color: rgb(166,34,130); }

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

border-color css

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

 span { border-color: rgb(166,34,130); }

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