Html Css Color HEX #A2428F Medium Red Violet

📋 copy color: '#A2428F'

red 162 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #A2428F

Tints of Medium Red Violet #A2428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 43.67%
G = 17.79%
B = 38.54%

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

#A2428F (or 0xA2428F) is known color: Medium Red Violet. HEX triplet: A2, 42 and 8F. RGB value is (162,66,143). Sum of RGB (Red+Green+Blue) = 162+66+143=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2428F is #5DBD70. Grayscale: #676767. Windows color (decimal): -6143345 or 9388706. OLE color: 9388706.

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

Color convert

RGB 162 66 143 -
CMYK 0 0.59 0.12 0.36
HSL 311.88º 0.42% 0.45% -
HSV(B) 311.88º 0.59% 0.64% -
XYZ 21.81 13.56 27.45 -
YUV 103.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 162 66 143 0 0.59 0.12 0.36 311.88 0.42 0.45
Hex A2 42 8F 0 3B C 24 138 2A 2D
Octal 242 102 217 0 73 14 44 470 52 55
Binary 10100010 1000010 10001111 0 111011 1100 100100 100111000 101010 101101

Color Harmonies of #A2428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2428F

Black with #A2428F

Text Example


Text Example

White with #A2428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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