Html Css Color HEX #A2418F Medium Red Violet

📋 copy color: '#A2418F'

red 162 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #A2418F

Tints of Medium Red Violet #A2418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 43.78%
G = 17.57%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2418F (or 0xA2418F) is known color: Medium Red Violet. HEX triplet: A2, 41 and 8F. RGB value is (162,65,143). Sum of RGB (Red+Green+Blue) = 162+65+143=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2418F is #5DBE70. Grayscale: #666666. Windows color (decimal): -6143601 or 9388450. OLE color: 9388450.

HSL color Cylindrical-coordinate representation of color #A2418F: hue angle of 311.75º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2418F is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 143 -
CMYK 0 0.60 0.12 0.36
HSL 311.75º 0.43% 0.45% -
HSV(B) 311.75º 0.6% 0.64% -
XYZ 21.75 13.45 27.44 -
YUV 102.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 162 65 143 0 0.60 0.12 0.36 311.75 0.43 0.45
Hex A2 41 8F 0 3C C 24 138 2B 2D
Octal 242 101 217 0 74 14 44 470 53 55
Binary 10100010 1000001 10001111 0 111100 1100 100100 100111000 101011 101101

Color Harmonies of #A2418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2418F

Black with #A2418F

Text Example


Text Example

White with #A2418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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