Html Css Color HEX #A2327E Medium Red Violet

📋 copy color: '#A2327E'

red 162 ◦ green 50 ◦ blue 126

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

Shades of Medium Red Violet #A2327E

Tints of Medium Red Violet #A2327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 47.93%
G = 14.79%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2327E (or 0xA2327E) is known color: Medium Red Violet. HEX triplet: A2, 32 and 7E. RGB value is (162,50,126). Sum of RGB (Red+Green+Blue) = 162+50+126=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2327E is #5DCD81. Grayscale: #5B5B5B. Windows color (decimal): -6147458 or 8270498. OLE color: 8270498.

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

Color convert

RGB 162 50 126 -
CMYK 0 0.69 0.22 0.36
HSL 319.29º 0.53% 0.42% -
HSV(B) 319.29º 0.69% 0.64% -
XYZ 19.81 11.47 20.91 -
YUV 92.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 162 50 126 0 0.69 0.22 0.36 319.29 0.53 0.42
Hex A2 32 7E 0 45 16 24 13F 35 2A
Octal 242 62 176 0 105 26 44 477 65 52
Binary 10100010 110010 1111110 0 1000101 10110 100100 100111111 110101 101010

Color Harmonies of #A2327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2327E

Black with #A2327E

Text Example


Text Example

White with #A2327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2327E; }

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

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

background-color css

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

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

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

border-color css

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

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

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