#A62F70

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

Shades of Rouge #A62F70

Tints of Rouge #A62F70

Color information

#A62F70 (or 0xA62F70) is unknown color: approx Rouge. HEX triplet: A6, 2F and 70. RGB value is (166,47,112). Sum of RGB (Red+Green+Blue) = 166+47+112=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F70 is #59D08F. Grayscale: #595959. Windows color (decimal): -5886096 or 7352230. OLE color: 7352230.

HSL color Cylindrical-coordinate representation of color #A62F70: hue angle of 327.23º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F70 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16647112-
CMYK00.720.330.35
HSL327.23º55.87%41.76%-
HSV(B)327.23º71.69%65.1%-
XYZ19.6711.3116.48-
YUV89.99140.42182.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=51.08%
G=14.46%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664711200.720.330.35327.2355.8741.76
HexA62F700482123147382a
Octal24657160011041435077052
Binary10100110101111111000001001000100001100011101000111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F70; }

 p { color: rgb(166,47,112); }

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

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

 a { background-color: rgb(166,47,112); }

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

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

 span { border-color: rgb(166,47,112); }

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