#A35068

Color #A35068 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A35068

Tints of Vin Rouge #A35068

Color information

#A35068 (or 0xA35068) is unknown color: approx Vin Rouge. HEX triplet: A3, 50 and 68. RGB value is (163,80,104). Sum of RGB (Red+Green+Blue) = 163+80+104=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A35068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35068 is #5CAF97. Grayscale: #6B6B6B. Windows color (decimal): -6074264 or 6836387. OLE color: 6836387.

HSL color Cylindrical-coordinate representation of color #A35068: hue angle of 342.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35068 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16380104-
CMYK00.510.360.36
HSL342.65º34.16%47.65%-
HSV(B)342.65º50.92%63.92%-
XYZ20.4714.5214.82-
YUV107.55126167.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=46.97%
G=23.05%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638010400.510.360.36342.6534.1647.65
HexA3506803324241572230
Octal24312015006344445274260
Binary10100011101000011010000110011100100100100101010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35068; }

 p { color: rgb(163,80,104); }

 H1.HeaderClassName
 {
   color: #A35068;
 }
 .AnyTagClassName
 {
   color: #A35068;
 }
</style>
background-color css

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

 a { background-color: rgb(163,80,104); }

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

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

 span { border-color: rgb(163,80,104); }

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