Html Css Color HEX #A62B7A Medium Red Violet

📋 copy color: '#A62B7A'

red 166 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #A62B7A

Tints of Medium Red Violet #A62B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 50.15%
G = 12.99%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A62B7A (or 0xA62B7A) is known color: Medium Red Violet. HEX triplet: A6, 2B and 7A. RGB value is (166,43,122). Sum of RGB (Red+Green+Blue) = 166+43+122=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B7A is #59D485. Grayscale: #585858. Windows color (decimal): -5887110 or 8006566. OLE color: 8006566.

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

Color convert

RGB 166 43 122 -
CMYK 0 0.74 0.27 0.35
HSL 321.46º 0.59% 0.41% -
HSV(B) 321.46º 0.74% 0.65% -
XYZ 20.1 11.24 19.52 -
YUV 88.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 166 43 122 0 0.74 0.27 0.35 321.46 0.59 0.41
Hex A6 2B 7A 0 4A 1B 23 141 3B 29
Octal 246 53 172 0 112 33 43 501 73 51
Binary 10100110 101011 1111010 0 1001010 11011 100011 101000001 111011 101001

Color Harmonies of #A62B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62B7A

Black with #A62B7A

Text Example


Text Example

White with #A62B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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