Html Css Color HEX #A03385 Medium Red Violet

📋 copy color: '#A03385'

red 160 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #A03385

Tints of Medium Red Violet #A03385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 46.51%
G = 14.83%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A03385 (or 0xA03385) is known color: Medium Red Violet. HEX triplet: A0, 33 and 85. RGB value is (160,51,133). Sum of RGB (Red+Green+Blue) = 160+51+133=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03385 is #5FCC7A. Grayscale: #5C5C5C. Windows color (decimal): -6278267 or 8729504. OLE color: 8729504.

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

Color convert

RGB 160 51 133 -
CMYK 0 0.68 0.17 0.37
HSL 314.86º 0.52% 0.41% -
HSV(B) 314.86º 0.68% 0.63% -
XYZ 19.91 11.53 23.37 -
YUV 92.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 160 51 133 0 0.68 0.17 0.37 314.86 0.52 0.41
Hex A0 33 85 0 44 11 25 13B 34 29
Octal 240 63 205 0 104 21 45 473 64 51
Binary 10100000 110011 10000101 0 1000100 10001 100101 100111011 110100 101001

Color Harmonies of #A03385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03385

Black with #A03385

Text Example


Text Example

White with #A03385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03385; }

 p { color: rgb(160,51,133); }

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

background-color css

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

 a { background-color: rgb(160,51,133); }

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

border-color css

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

 span { border-color: rgb(160,51,133); }

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