Html Css Color HEX #A2427D Medium Red Violet

📋 copy color: '#A2427D'

red 162 ◦ green 66 ◦ blue 125

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

Shades of Medium Red Violet #A2427D

Tints of Medium Red Violet #A2427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 45.89%
G = 18.7%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2427D (or 0xA2427D) is known color: Medium Red Violet. HEX triplet: A2, 42 and 7D. RGB value is (162,66,125). Sum of RGB (Red+Green+Blue) = 162+66+125=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2427D is #5DBD82. Grayscale: #656565. Windows color (decimal): -6143363 or 8209058. OLE color: 8209058.

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

Color convert

RGB 162 66 125 -
CMYK 0 0.59 0.23 0.36
HSL 323.13º 0.42% 0.45% -
HSV(B) 323.13º 0.59% 0.64% -
XYZ 20.55 13.06 20.84 -
YUV 101.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 162 66 125 0 0.59 0.23 0.36 323.13 0.42 0.45
Hex A2 42 7D 0 3B 17 24 143 2A 2D
Octal 242 102 175 0 73 27 44 503 52 55
Binary 10100010 1000010 1111101 0 111011 10111 100100 101000011 101010 101101

Color Harmonies of #A2427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2427D

Black with #A2427D

Text Example


Text Example

White with #A2427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2427D; }

 p { color: rgb(162,66,125); }

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

background-color css

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

 a { background-color: rgb(162,66,125); }

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

border-color css

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

 span { border-color: rgb(162,66,125); }

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