Html Css Color HEX #A22C7B Medium Red Violet

📋 copy color: '#A22C7B'

red 162 ◦ green 44 ◦ blue 123

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

Shades of Medium Red Violet #A22C7B

Tints of Medium Red Violet #A22C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

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

R = 49.24%
G = 13.37%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A22C7B (or 0xA22C7B) is known color: Medium Red Violet. HEX triplet: A2, 2C and 7B. RGB value is (162,44,123). Sum of RGB (Red+Green+Blue) = 162+44+123=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C7B is #5DD384. Grayscale: #585858. Windows color (decimal): -6148997 or 8072354. OLE color: 8072354.

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

Color convert

RGB 162 44 123 -
CMYK 0 0.73 0.24 0.36
HSL 319.83º 0.57% 0.4% -
HSV(B) 319.83º 0.73% 0.64% -
XYZ 19.38 10.91 19.82 -
YUV 88.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 162 44 123 0 0.73 0.24 0.36 319.83 0.57 0.4
Hex A2 2C 7B 0 49 18 24 140 39 28
Octal 242 54 173 0 111 30 44 500 71 50
Binary 10100010 101100 1111011 0 1001001 11000 100100 101000000 111001 101000

Color Harmonies of #A22C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C7B

Black with #A22C7B

Text Example


Text Example

White with #A22C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C7B; }

 p { color: rgb(162,44,123); }

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

background-color css

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

 a { background-color: rgb(162,44,123); }

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

border-color css

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

 span { border-color: rgb(162,44,123); }

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