Html Css Color HEX #A2408A Medium Red Violet

📋 copy color: '#A2408A'

red 162 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #A2408A

Tints of Medium Red Violet #A2408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 44.51%
G = 17.58%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2408A (or 0xA2408A) is known color: Medium Red Violet. HEX triplet: A2, 40 and 8A. RGB value is (162,64,138). Sum of RGB (Red+Green+Blue) = 162+64+138=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A2408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2408A is #5DBF75. Grayscale: #656565. Windows color (decimal): -6143862 or 9060514. OLE color: 9060514.

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

Color convert

RGB 162 64 138 -
CMYK 0 0.60 0.15 0.36
HSL 314.69º 0.43% 0.44% -
HSV(B) 314.69º 0.6% 0.64% -
XYZ 21.32 13.18 25.47 -
YUV 101.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 162 64 138 0 0.60 0.15 0.36 314.69 0.43 0.44
Hex A2 40 8A 0 3C F 24 13B 2B 2C
Octal 242 100 212 0 74 17 44 473 53 54
Binary 10100010 1000000 10001010 0 111100 1111 100100 100111011 101011 101100

Color Harmonies of #A2408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2408A

Black with #A2408A

Text Example


Text Example

White with #A2408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2408A; }

 p { color: rgb(162,64,138); }

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

background-color css

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

 a { background-color: rgb(162,64,138); }

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

border-color css

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

 span { border-color: rgb(162,64,138); }

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