Html Css Color HEX #A05069 Vin Rouge

📋 copy color: '#A05069'

red 160 ◦ green 80 ◦ blue 105

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

Shades of Vin Rouge #A05069

Tints of Vin Rouge #A05069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 46.38%
G = 23.19%
B = 30.43%

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

#A05069 (or 0xA05069) is known color: Vin Rouge. HEX triplet: A0, 50 and 69. RGB value is (160,80,105). Sum of RGB (Red+Green+Blue) = 160+80+105=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A05069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05069 is #5FAF96. Grayscale: #6A6A6A. Windows color (decimal): -6270871 or 6901920. OLE color: 6901920.

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

Color convert

RGB 160 80 105 -
CMYK 0 0.5 0.34 0.37
HSL 341.25º 0.33% 0.47% -
HSV(B) 341.25º 0.5% 0.63% -
XYZ 19.92 14.23 15.06 -
YUV 106.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 160 80 105 0 0.5 0.34 0.37 341.25 0.33 0.47
Hex A0 50 69 0 32 22 25 155 21 2F
Octal 240 120 151 0 62 42 45 525 41 57
Binary 10100000 1010000 1101001 0 110010 100010 100101 101010101 100001 101111

Color Harmonies of #A05069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05069

Black with #A05069

Text Example


Text Example

White with #A05069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05069; }

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

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

background-color css

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

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

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

border-color css

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

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

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