#A23068

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

Shades of Rouge #A23068

Tints of Rouge #A23068

Color information

#A23068 (or 0xA23068) is unknown color: approx Rouge. HEX triplet: A2, 30 and 68. RGB value is (162,48,104). Sum of RGB (Red+Green+Blue) = 162+48+104=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23068 is #5DCF97. Grayscale: #585858. Windows color (decimal): -6147992 or 6828194. OLE color: 6828194.

HSL color Cylindrical-coordinate representation of color #A23068: hue angle of 330.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23068 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16248104-
CMYK00.700.360.36
HSL330.53º54.29%41.18%-
HSV(B)330.53º70.37%63.53%-
XYZ18.4610.7914.21-
YUV88.47136.77180.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=51.59%
G=15.29%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624810400.700.360.36330.5354.2941.18
HexA23068046242414b3629
Octal24260150010644445136651
Binary10100010110000110100001000110100100100100101001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23068; }

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

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

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

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

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

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

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

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