Html Css Color HEX #A0327B Medium Red Violet

📋 copy color: '#A0327B'

red 160 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #A0327B

Tints of Medium Red Violet #A0327B

RGB

 RED value IS 160 (62.89% from 255) = 48.05%

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

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

R = 48.05%
G = 15.02%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0327B (or 0xA0327B) is known color: Medium Red Violet. HEX triplet: A0, 32 and 7B. RGB value is (160,50,123). Sum of RGB (Red+Green+Blue) = 160+50+123=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0327B is #5FCD84. Grayscale: #5B5B5B. Windows color (decimal): -6278533 or 8073888. OLE color: 8073888.

HSL color Cylindrical-coordinate representation of color #A0327B: hue angle of 320.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0327B is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 123 -
CMYK 0 0.69 0.23 0.37
HSL 320.18º 0.52% 0.41% -
HSV(B) 320.18º 0.69% 0.63% -
XYZ 19.21 11.18 19.89 -
YUV 91.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 160 50 123 0 0.69 0.23 0.37 320.18 0.52 0.41
Hex A0 32 7B 0 45 17 25 140 34 29
Octal 240 62 173 0 105 27 45 500 64 51
Binary 10100000 110010 1111011 0 1000101 10111 100101 101000000 110100 101001

Color Harmonies of #A0327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0327B

Black with #A0327B

Text Example


Text Example

White with #A0327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0327B; }

 p { color: rgb(160,50,123); }

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

background-color css

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

 a { background-color: rgb(160,50,123); }

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

border-color css

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

 span { border-color: rgb(160,50,123); }

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