Html Css Color HEX #A2428E Medium Red Violet

📋 copy color: '#A2428E'

red 162 ◦ green 66 ◦ blue 142

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

Shades of Medium Red Violet #A2428E

Tints of Medium Red Violet #A2428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 43.78%
G = 17.84%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2428E (or 0xA2428E) is known color: Medium Red Violet. HEX triplet: A2, 42 and 8E. RGB value is (162,66,142). Sum of RGB (Red+Green+Blue) = 162+66+142=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2428E is #5DBD71. Grayscale: #676767. Windows color (decimal): -6143346 or 9323170. OLE color: 9323170.

HSL color Cylindrical-coordinate representation of color #A2428E: hue angle of 312.5º 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 #A2428E is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 142 -
CMYK 0 0.59 0.12 0.36
HSL 312.5º 0.42% 0.45% -
HSV(B) 312.5º 0.59% 0.64% -
XYZ 21.73 13.53 27.06 -
YUV 103.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 162 66 142 0 0.59 0.12 0.36 312.5 0.42 0.45
Hex A2 42 8E 0 3B C 24 138 2A 2D
Octal 242 102 216 0 73 14 44 470 52 55
Binary 10100010 1000010 10001110 0 111011 1100 100100 100111000 101010 101101

Color Harmonies of #A2428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2428E

Black with #A2428E

Text Example


Text Example

White with #A2428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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