Html Css Color HEX #A62288 Medium Red Violet

📋 copy color: '#A62288'

red 166 ◦ green 34 ◦ blue 136

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

Shades of Medium Red Violet #A62288

Tints of Medium Red Violet #A62288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 49.4%
G = 10.12%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A62288 (or 0xA62288) is known color: Medium Red Violet. HEX triplet: A6, 22 and 88. RGB value is (166,34,136). Sum of RGB (Red+Green+Blue) = 166+34+136=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A62288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62288 is #59DD77. Grayscale: #545454. Windows color (decimal): -5889400 or 8921766. OLE color: 8921766.

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

Color convert

RGB 166 34 136 -
CMYK 0 0.80 0.18 0.35
HSL 313.64º 0.66% 0.39% -
HSV(B) 313.64º 0.8% 0.65% -
XYZ 20.74 11.03 24.33 -
YUV 85.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 166 34 136 0 0.80 0.18 0.35 313.64 0.66 0.39
Hex A6 22 88 0 50 12 23 13A 42 27
Octal 246 42 210 0 120 22 43 472 102 47
Binary 10100110 100010 10001000 0 1010000 10010 100011 100111010 1000010 100111

Color Harmonies of #A62288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62288

Black with #A62288

Text Example


Text Example

White with #A62288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62288; }

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

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

background-color css

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

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

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

border-color css

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

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

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