Html Css Color HEX #A0327D Medium Red Violet

📋 copy color: '#A0327D'

red 160 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #A0327D

Tints of Medium Red Violet #A0327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 47.76%
G = 14.93%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0327D (or 0xA0327D) is known color: Medium Red Violet. HEX triplet: A0, 32 and 7D. RGB value is (160,50,125). Sum of RGB (Red+Green+Blue) = 160+50+125=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0327D is #5FCD82. Grayscale: #5B5B5B. Windows color (decimal): -6278531 or 8204960. OLE color: 8204960.

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

Color convert

RGB 160 50 125 -
CMYK 0 0.69 0.22 0.37
HSL 319.09º 0.52% 0.41% -
HSV(B) 319.09º 0.69% 0.63% -
XYZ 19.34 11.24 20.55 -
YUV 91.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 160 50 125 0 0.69 0.22 0.37 319.09 0.52 0.41
Hex A0 32 7D 0 45 16 25 13F 34 29
Octal 240 62 175 0 105 26 45 477 64 51
Binary 10100000 110010 1111101 0 1000101 10110 100101 100111111 110100 101001

Color Harmonies of #A0327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0327D

Black with #A0327D

Text Example


Text Example

White with #A0327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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