Html Css Color HEX #A22D7C Medium Red Violet

📋 copy color: '#A22D7C'

red 162 ◦ green 45 ◦ blue 124

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

Shades of Medium Red Violet #A22D7C

Tints of Medium Red Violet #A22D7C

RGB

 RED value IS 162 (63.67% from 255) = 48.94%

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 48.94%
G = 13.6%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A22D7C (or 0xA22D7C) is known color: Medium Red Violet. HEX triplet: A2, 2D and 7C. RGB value is (162,45,124). Sum of RGB (Red+Green+Blue) = 162+45+124=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D7C is #5DD283. Grayscale: #585858. Windows color (decimal): -6148740 or 8138146. OLE color: 8138146.

HSL color Cylindrical-coordinate representation of color #A22D7C: hue angle of 319.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D7C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 45 124 -
CMYK 0 0.72 0.23 0.36
HSL 319.49º 0.57% 0.41% -
HSV(B) 319.49º 0.72% 0.64% -
XYZ 19.48 11.01 20.17 -
YUV 88.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 162 45 124 0 0.72 0.23 0.36 319.49 0.57 0.41
Hex A2 2D 7C 0 48 17 24 13F 39 29
Octal 242 55 174 0 110 27 44 477 71 51
Binary 10100010 101101 1111100 0 1001000 10111 100100 100111111 111001 101001

Color Harmonies of #A22D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D7C

Black with #A22D7C

Text Example


Text Example

White with #A22D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D7C; }

 p { color: rgb(162,45,124); }

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

background-color css

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

 a { background-color: rgb(162,45,124); }

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

border-color css

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

 span { border-color: rgb(162,45,124); }

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