Html Css Color HEX #A0506A Vin Rouge

📋 copy color: '#A0506A'

red 160 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #A0506A

Tints of Vin Rouge #A0506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 46.24%
G = 23.12%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0506A (or 0xA0506A) is known color: Vin Rouge. HEX triplet: A0, 50 and 6A. RGB value is (160,80,106). Sum of RGB (Red+Green+Blue) = 160+80+106=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A0506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0506A is #5FAF95. Grayscale: #6A6A6A. Windows color (decimal): -6270870 or 6967456. OLE color: 6967456.

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

Color convert

RGB 160 80 106 -
CMYK 0 0.5 0.34 0.37
HSL 340.5º 0.33% 0.47% -
HSV(B) 340.5º 0.5% 0.63% -
XYZ 19.97 14.25 15.33 -
YUV 106.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 160 80 106 0 0.5 0.34 0.37 340.5 0.33 0.47
Hex A0 50 6A 0 32 22 25 154 21 2F
Octal 240 120 152 0 62 42 45 524 41 57
Binary 10100000 1010000 1101010 0 110010 100010 100101 101010100 100001 101111

Color Harmonies of #A0506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0506A

Black with #A0506A

Text Example


Text Example

White with #A0506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0506A; }

 p { color: rgb(160,80,106); }

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

background-color css

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

 a { background-color: rgb(160,80,106); }

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

border-color css

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

 span { border-color: rgb(160,80,106); }

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