Html Css Color HEX #A03F6C Rouge

📋 copy color: '#A03F6C'

red 160 ◦ green 63 ◦ blue 108

#A03F6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A03F6C

Tints of Rouge #A03F6C

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 48.34%
G = 19.03%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A03F6C (or 0xA03F6C) is known color: Rouge. HEX triplet: A0, 3F and 6C. RGB value is (160,63,108). Sum of RGB (Red+Green+Blue) = 160+63+108=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F6C is #5FC093. Grayscale: #616161. Windows color (decimal): -6275220 or 7094176. OLE color: 7094176.

HSL color Cylindrical-coordinate representation of color #A03F6C: hue angle of 332.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F6C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 63 108 -
CMYK 0 0.61 0.32 0.37
HSL 332.16º 0.43% 0.44% -
HSV(B) 332.16º 0.61% 0.63% -
XYZ 18.98 12.11 15.52 -
YUV 97.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 160 63 108 0 0.61 0.32 0.37 332.16 0.43 0.44
Hex A0 3F 6C 0 3D 20 25 14C 2B 2C
Octal 240 77 154 0 75 40 45 514 53 54
Binary 10100000 111111 1101100 0 111101 100000 100101 101001100 101011 101100

Color Harmonies of #A03F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F6C

Black with #A03F6C

Text Example


Text Example

White with #A03F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F6C; }

 p { color: rgb(160,63,108); }

 H1.HeaderClassName
 {
   color: #A03F6C;
 }
 .AnyTagClassName
 {
   color: #A03F6C;
 }
</style>

background-color css

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

 a { background-color: rgb(160,63,108); }

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

border-color css

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

 span { border-color: rgb(160,63,108); }

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