#A23568

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

Shades of Rouge #A23568

Tints of Rouge #A23568

Color information

#A23568 (or 0xA23568) is unknown color: approx Rouge. HEX triplet: A2, 35 and 68. RGB value is (162,53,104). Sum of RGB (Red+Green+Blue) = 162+53+104=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A23568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23568 is #5DCA97. Grayscale: #5B5B5B. Windows color (decimal): -6146712 or 6829474. OLE color: 6829474.

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

Color convert

RGB16253104-
CMYK00.670.360.36
HSL331.93º50.7%42.16%-
HSV(B)331.93º67.28%63.53%-
XYZ18.6711.2314.28-
YUV91.4135.11178.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=50.78%
G=16.61%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625310400.670.360.36331.9350.742.16
HexA23568043242414c332a
Octal24265150010344445146352
Binary10100010110101110100001000011100100100100101001100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23568; }

 p { color: rgb(162,53,104); }

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

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

 a { background-color: rgb(162,53,104); }

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

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

 span { border-color: rgb(162,53,104); }

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