#A83875

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

Shades of Rouge #A83875

Tints of Rouge #A83875

Color information

#A83875 (or 0xA83875) is unknown color: approx Rouge. HEX triplet: A8, 38 and 75. RGB value is (168,56,117). Sum of RGB (Red+Green+Blue) = 168+56+117=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A83875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83875 is #57C78A. Grayscale: #606060. Windows color (decimal): -5752715 or 7682216. OLE color: 7682216.

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

Color convert

RGB16856117-
CMYK00.670.300.34
HSL327.32º50%43.92%-
HSV(B)327.32º66.67%65.88%-
XYZ20.7712.4418.14-
YUV96.44139.61179.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=49.27%
G=16.42%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685611700.670.300.34327.325043.92
HexA838750431E22147322c
Octal25070165010336425076254
Binary1010100011100011101010100001111110100010101000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83875; }

 p { color: rgb(168,56,117); }

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

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

 a { background-color: rgb(168,56,117); }

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

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

 span { border-color: rgb(168,56,117); }

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