#A02A6E

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

Shades of Rouge #A02A6E

Tints of Rouge #A02A6E

Color information

#A02A6E (or 0xA02A6E) is unknown color: approx Rouge. HEX triplet: A0, 2A and 6E. RGB value is (160,42,110). Sum of RGB (Red+Green+Blue) = 160+42+110=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A6E is #5FD591. Grayscale: #545454. Windows color (decimal): -6280594 or 7219872. OLE color: 7219872.

HSL color Cylindrical-coordinate representation of color #A02A6E: hue angle of 325.42º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A6E is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16042110-
CMYK00.740.310.37
HSL325.42º58.42%39.61%-
HSV(B)325.42º73.75%62.75%-
XYZ18.1410.2615.78-
YUV85.03142.09181.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=51.28%
G=13.46%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604211000.740.310.37325.4258.4239.61
HexA02A6E04A1F251453a28
Octal24052156011237455057250
Binary1010000010101011011100100101011111100101101000101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A6E; }

 p { color: rgb(160,42,110); }

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

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

 a { background-color: rgb(160,42,110); }

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

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

 span { border-color: rgb(160,42,110); }

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