Html Css Color HEX #A0446E Rouge

📋 copy color: '#A0446E'

red 160 ◦ green 68 ◦ blue 110

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

Shades of Rouge #A0446E

Tints of Rouge #A0446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 47.34%
G = 20.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0446E (or 0xA0446E) is known color: Rouge. HEX triplet: A0, 44 and 6E. RGB value is (160,68,110). Sum of RGB (Red+Green+Blue) = 160+68+110=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446E is #5FBB91. Grayscale: #646464. Windows color (decimal): -6273938 or 7226528. OLE color: 7226528.

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

Color convert

RGB 160 68 110 -
CMYK 0 0.57 0.31 0.37
HSL 332.61º 0.4% 0.45% -
HSV(B) 332.61º 0.58% 0.63% -
XYZ 19.38 12.73 16.19 -
YUV 100.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 160 68 110 0 0.57 0.31 0.37 332.61 0.4 0.45
Hex A0 44 6E 0 39 1F 25 14D 28 2D
Octal 240 104 156 0 71 37 45 515 50 55
Binary 10100000 1000100 1101110 0 111001 11111 100101 101001101 101000 101101

Color Harmonies of #A0446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0446E

Black with #A0446E

Text Example


Text Example

White with #A0446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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