Html Css Color HEX #A0416F Rouge

📋 copy color: '#A0416F'

red 160 ◦ green 65 ◦ blue 111

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

Shades of Rouge #A0416F

Tints of Rouge #A0416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 47.62%
G = 19.35%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0416F (or 0xA0416F) is known color: Rouge. HEX triplet: A0, 41 and 6F. RGB value is (160,65,111). Sum of RGB (Red+Green+Blue) = 160+65+111=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0416F is #5FBE90. Grayscale: #626262. Windows color (decimal): -6274705 or 7291296. OLE color: 7291296.

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

Color convert

RGB 160 65 111 -
CMYK 0 0.59 0.31 0.37
HSL 330.95º 0.42% 0.44% -
HSV(B) 330.95º 0.59% 0.63% -
XYZ 19.26 12.4 16.42 -
YUV 98.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 160 65 111 0 0.59 0.31 0.37 330.95 0.42 0.44
Hex A0 41 6F 0 3B 1F 25 14B 2A 2C
Octal 240 101 157 0 73 37 45 513 52 54
Binary 10100000 1000001 1101111 0 111011 11111 100101 101001011 101010 101100

Color Harmonies of #A0416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0416F

Black with #A0416F

Text Example


Text Example

White with #A0416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0416F; }

 p { color: rgb(160,65,111); }

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

background-color css

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

 a { background-color: rgb(160,65,111); }

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

border-color css

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

 span { border-color: rgb(160,65,111); }

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