Html Css Color HEX #A03284 Medium Red Violet

📋 copy color: '#A03284'

red 160 ◦ green 50 ◦ blue 132

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

Shades of Medium Red Violet #A03284

Tints of Medium Red Violet #A03284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 46.78%
G = 14.62%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A03284 (or 0xA03284) is known color: Medium Red Violet. HEX triplet: A0, 32 and 84. RGB value is (160,50,132). Sum of RGB (Red+Green+Blue) = 160+50+132=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A03284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03284 is #5FCD7B. Grayscale: #5C5C5C. Windows color (decimal): -6278524 or 8663712. OLE color: 8663712.

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

Color convert

RGB 160 50 132 -
CMYK 0 0.69 0.17 0.37
HSL 315.27º 0.52% 0.41% -
HSV(B) 315.27º 0.69% 0.63% -
XYZ 19.8 11.42 22.99 -
YUV 92.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 160 50 132 0 0.69 0.17 0.37 315.27 0.52 0.41
Hex A0 32 84 0 45 11 25 13B 34 29
Octal 240 62 204 0 105 21 45 473 64 51
Binary 10100000 110010 10000100 0 1000101 10001 100101 100111011 110100 101001

Color Harmonies of #A03284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03284

Black with #A03284

Text Example


Text Example

White with #A03284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03284; }

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

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

background-color css

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

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

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

border-color css

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

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

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