Html Css Color HEX #A04283 Medium Red Violet

📋 copy color: '#A04283'

red 160 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A04283

Tints of Medium Red Violet #A04283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 44.82%
G = 18.49%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A04283 (or 0xA04283) is known color: Medium Red Violet. HEX triplet: A0, 42 and 83. RGB value is (160,66,131). Sum of RGB (Red+Green+Blue) = 160+66+131=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04283 is #5FBD7C. Grayscale: #656565. Windows color (decimal): -6274429 or 8602272. OLE color: 8602272.

HSL color Cylindrical-coordinate representation of color #A04283: hue angle of 318.51º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04283 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 131 -
CMYK 0 0.59 0.18 0.37
HSL 318.51º 0.42% 0.44% -
HSV(B) 318.51º 0.59% 0.63% -
XYZ 20.54 13.01 22.9 -
YUV 101.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 160 66 131 0 0.59 0.18 0.37 318.51 0.42 0.44
Hex A0 42 83 0 3B 12 25 13F 2A 2C
Octal 240 102 203 0 73 22 45 477 52 54
Binary 10100000 1000010 10000011 0 111011 10010 100101 100111111 101010 101100

Color Harmonies of #A04283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04283

Black with #A04283

Text Example


Text Example

White with #A04283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04283; }

 p { color: rgb(160,66,131); }

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

background-color css

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

 a { background-color: rgb(160,66,131); }

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

border-color css

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

 span { border-color: rgb(160,66,131); }

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