Html Css Color HEX #A2367E Medium Red Violet

📋 copy color: '#A2367E'

red 162 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #A2367E

Tints of Medium Red Violet #A2367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 47.37%
G = 15.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2367E (or 0xA2367E) is known color: Medium Red Violet. HEX triplet: A2, 36 and 7E. RGB value is (162,54,126). Sum of RGB (Red+Green+Blue) = 162+54+126=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2367E is #5DC981. Grayscale: #5E5E5E. Windows color (decimal): -6146434 or 8271522. OLE color: 8271522.

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

Color convert

RGB 162 54 126 -
CMYK 0 0.67 0.22 0.36
HSL 320º 0.5% 0.42% -
HSV(B) 320º 0.67% 0.64% -
XYZ 19.99 11.83 20.97 -
YUV 94.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 162 54 126 0 0.67 0.22 0.36 320 0.5 0.42
Hex A2 36 7E 0 43 16 24 140 32 2A
Octal 242 66 176 0 103 26 44 500 62 52
Binary 10100010 110110 1111110 0 1000011 10110 100100 101000000 110010 101010

Color Harmonies of #A2367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2367E

Black with #A2367E

Text Example


Text Example

White with #A2367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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