Html Css Color HEX #A2367A Medium Red Violet

📋 copy color: '#A2367A'

red 162 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #A2367A

Tints of Medium Red Violet #A2367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 47.93%
G = 15.98%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2367A (or 0xA2367A) is known color: Medium Red Violet. HEX triplet: A2, 36 and 7A. RGB value is (162,54,122). Sum of RGB (Red+Green+Blue) = 162+54+122=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2367A is #5DC985. Grayscale: #5D5D5D. Windows color (decimal): -6146438 or 8009378. OLE color: 8009378.

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

Color convert

RGB 162 54 122 -
CMYK 0 0.67 0.25 0.36
HSL 322.22º 0.5% 0.42% -
HSV(B) 322.22º 0.67% 0.64% -
XYZ 19.73 11.72 19.64 -
YUV 94.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 162 54 122 0 0.67 0.25 0.36 322.22 0.5 0.42
Hex A2 36 7A 0 43 19 24 142 32 2A
Octal 242 66 172 0 103 31 44 502 62 52
Binary 10100010 110110 1111010 0 1000011 11001 100100 101000010 110010 101010

Color Harmonies of #A2367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2367A

Black with #A2367A

Text Example


Text Example

White with #A2367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2367A; }

 p { color: rgb(162,54,122); }

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

background-color css

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

 a { background-color: rgb(162,54,122); }

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

border-color css

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

 span { border-color: rgb(162,54,122); }

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