Html Css Color HEX #A62B8A Medium Red Violet

📋 copy color: '#A62B8A'

red 166 ◦ green 43 ◦ blue 138

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

Shades of Medium Red Violet #A62B8A

Tints of Medium Red Violet #A62B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 47.84%
G = 12.39%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A62B8A (or 0xA62B8A) is known color: Medium Red Violet. HEX triplet: A6, 2B and 8A. RGB value is (166,43,138). Sum of RGB (Red+Green+Blue) = 166+43+138=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B8A is #59D475. Grayscale: #5A5A5A. Windows color (decimal): -5887094 or 9055142. OLE color: 9055142.

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

Color convert

RGB 166 43 138 -
CMYK 0 0.74 0.17 0.35
HSL 313.66º 0.59% 0.41% -
HSV(B) 313.66º 0.74% 0.65% -
XYZ 21.18 11.67 25.18 -
YUV 90.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 166 43 138 0 0.74 0.17 0.35 313.66 0.59 0.41
Hex A6 2B 8A 0 4A 11 23 13A 3B 29
Octal 246 53 212 0 112 21 43 472 73 51
Binary 10100110 101011 10001010 0 1001010 10001 100011 100111010 111011 101001

Color Harmonies of #A62B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62B8A

Black with #A62B8A

Text Example


Text Example

White with #A62B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62B8A; }

 p { color: rgb(166,43,138); }

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

background-color css

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

 a { background-color: rgb(166,43,138); }

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

border-color css

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

 span { border-color: rgb(166,43,138); }

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