#A83A6D

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

Shades of Rouge #A83A6D

Tints of Rouge #A83A6D

Color information

#A83A6D (or 0xA83A6D) is unknown color: approx Rouge. HEX triplet: A8, 3A and 6D. RGB value is (168,58,109). Sum of RGB (Red+Green+Blue) = 168+58+109=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83A6D is #57C592. Grayscale: #606060. Windows color (decimal): -5752211 or 7158440. OLE color: 7158440.

HSL color Cylindrical-coordinate representation of color #A83A6D: hue angle of 332.18º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A6D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16858109-
CMYK00.650.350.34
HSL332.18º48.67%44.31%-
HSV(B)332.18º65.48%65.88%-
XYZ20.4212.4615.8-
YUV96.7134.94178.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=50.15%
G=17.31%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685810900.650.350.34332.1848.6744.31
HexA83A6D041232214c312c
Octal25072155010143425146154
Binary10101000111010110110101000001100011100010101001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83A6D; }

 p { color: rgb(168,58,109); }

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

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

 a { background-color: rgb(168,58,109); }

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

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

 span { border-color: rgb(168,58,109); }

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