Html Css Color HEX #A62F7B Medium Red Violet

📋 copy color: '#A62F7B'

red 166 ◦ green 47 ◦ blue 123

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

Shades of Medium Red Violet #A62F7B

Tints of Medium Red Violet #A62F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 49.4%
G = 13.99%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A62F7B (or 0xA62F7B) is known color: Medium Red Violet. HEX triplet: A6, 2F and 7B. RGB value is (166,47,123). Sum of RGB (Red+Green+Blue) = 166+47+123=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F7B is #59D084. Grayscale: #5B5B5B. Windows color (decimal): -5886085 or 8073126. OLE color: 8073126.

HSL color Cylindrical-coordinate representation of color #A62F7B: hue angle of 321.68º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F7B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 47 123 -
CMYK 0 0.72 0.26 0.35
HSL 321.68º 0.56% 0.42% -
HSV(B) 321.68º 0.72% 0.65% -
XYZ 20.32 11.57 19.9 -
YUV 91.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 166 47 123 0 0.72 0.26 0.35 321.68 0.56 0.42
Hex A6 2F 7B 0 48 1A 23 142 38 2A
Octal 246 57 173 0 110 32 43 502 70 52
Binary 10100110 101111 1111011 0 1001000 11010 100011 101000010 111000 101010

Color Harmonies of #A62F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62F7B

Black with #A62F7B

Text Example


Text Example

White with #A62F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62F7B; }

 p { color: rgb(166,47,123); }

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

background-color css

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

 a { background-color: rgb(166,47,123); }

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

border-color css

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

 span { border-color: rgb(166,47,123); }

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