Html Css Color HEX #A13F60 Rouge

📋 copy color: '#A13F60'

red 161 ◦ green 63 ◦ blue 96

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

Shades of Rouge #A13F60

Tints of Rouge #A13F60

RGB

 RED value IS 161 (63.28% from 255) = 50.31%

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 50.31%
G = 19.69%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A13F60 (or 0xA13F60) is known color: Rouge. HEX triplet: A1, 3F and 60. RGB value is (161,63,96). Sum of RGB (Red+Green+Blue) = 161+63+96=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F60 is #5EC09F. Grayscale: #606060. Windows color (decimal): -6209696 or 6307745. OLE color: 6307745.

HSL color Cylindrical-coordinate representation of color #A13F60: hue angle of 339.8º degrees, saturation: 0.44, 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 #A13F60 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 63 96 -
CMYK 0 0.61 0.40 0.37
HSL 339.8º 0.44% 0.44% -
HSV(B) 339.8º 0.61% 0.63% -
XYZ 18.59 11.98 12.4 -
YUV 96.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 161 63 96 0 0.61 0.40 0.37 339.8 0.44 0.44
Hex A1 3F 60 0 3D 28 25 154 2C 2C
Octal 241 77 140 0 75 50 45 524 54 54
Binary 10100001 111111 1100000 0 111101 101000 100101 101010100 101100 101100

Color Harmonies of #A13F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F60

Black with #A13F60

Text Example


Text Example

White with #A13F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F60; }

 p { color: rgb(161,63,96); }

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

background-color css

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

 a { background-color: rgb(161,63,96); }

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

border-color css

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

 span { border-color: rgb(161,63,96); }

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