Html Css Color HEX #A05172 Vin Rouge

📋 copy color: '#A05172'

red 160 ◦ green 81 ◦ blue 114

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

Shades of Vin Rouge #A05172

Tints of Vin Rouge #A05172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 45.07%
G = 22.82%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A05172 (or 0xA05172) is known color: Vin Rouge. HEX triplet: A0, 51 and 72. RGB value is (160,81,114). Sum of RGB (Red+Green+Blue) = 160+81+114=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A05172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05172 is #5FAE8D. Grayscale: #6C6C6C. Windows color (decimal): -6270606 or 7492000. OLE color: 7492000.

HSL color Cylindrical-coordinate representation of color #A05172: hue angle of 334.94º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05172 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 114 -
CMYK 0 0.49 0.29 0.37
HSL 334.94º 0.33% 0.47% -
HSV(B) 334.94º 0.49% 0.63% -
XYZ 20.48 14.57 17.65 -
YUV 108.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 160 81 114 0 0.49 0.29 0.37 334.94 0.33 0.47
Hex A0 51 72 0 31 1D 25 14F 21 2F
Octal 240 121 162 0 61 35 45 517 41 57
Binary 10100000 1010001 1110010 0 110001 11101 100101 101001111 100001 101111

Color Harmonies of #A05172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05172

Black with #A05172

Text Example


Text Example

White with #A05172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05172; }

 p { color: rgb(160,81,114); }

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

background-color css

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

 a { background-color: rgb(160,81,114); }

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

border-color css

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

 span { border-color: rgb(160,81,114); }

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