Html Css Color HEX #A2347B Medium Red Violet

📋 copy color: '#A2347B'

red 162 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #A2347B

Tints of Medium Red Violet #A2347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 48.07%
G = 15.43%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2347B (or 0xA2347B) is known color: Medium Red Violet. HEX triplet: A2, 34 and 7B. RGB value is (162,52,123). Sum of RGB (Red+Green+Blue) = 162+52+123=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2347B is #5DCB84. Grayscale: #5C5C5C. Windows color (decimal): -6146949 or 8074402. OLE color: 8074402.

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

Color convert

RGB 162 52 123 -
CMYK 0 0.68 0.24 0.36
HSL 321.27º 0.51% 0.42% -
HSV(B) 321.27º 0.68% 0.64% -
XYZ 19.7 11.57 19.93 -
YUV 92.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 162 52 123 0 0.68 0.24 0.36 321.27 0.51 0.42
Hex A2 34 7B 0 44 18 24 141 33 2A
Octal 242 64 173 0 104 30 44 501 63 52
Binary 10100010 110100 1111011 0 1000100 11000 100100 101000001 110011 101010

Color Harmonies of #A2347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2347B

Black with #A2347B

Text Example


Text Example

White with #A2347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2347B; }

 p { color: rgb(162,52,123); }

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

background-color css

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

 a { background-color: rgb(162,52,123); }

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

border-color css

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

 span { border-color: rgb(162,52,123); }

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