Html Css Color HEX #A0446A Rouge

📋 copy color: '#A0446A'

red 160 ◦ green 68 ◦ blue 106

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

Shades of Rouge #A0446A

Tints of Rouge #A0446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 47.9%
G = 20.36%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0446A (or 0xA0446A) is known color: Rouge. HEX triplet: A0, 44 and 6A. RGB value is (160,68,106). Sum of RGB (Red+Green+Blue) = 160+68+106=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446A is #5FBB95. Grayscale: #636363. Windows color (decimal): -6273942 or 6964384. OLE color: 6964384.

HSL color Cylindrical-coordinate representation of color #A0446A: hue angle of 335.22º 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 #A0446A is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 106 -
CMYK 0 0.57 0.34 0.37
HSL 335.22º 0.4% 0.45% -
HSV(B) 335.22º 0.58% 0.63% -
XYZ 19.17 12.65 15.07 -
YUV 99.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 160 68 106 0 0.57 0.34 0.37 335.22 0.4 0.45
Hex A0 44 6A 0 39 22 25 14F 28 2D
Octal 240 104 152 0 71 42 45 517 50 55
Binary 10100000 1000100 1101010 0 111001 100010 100101 101001111 101000 101101

Color Harmonies of #A0446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0446A

Black with #A0446A

Text Example


Text Example

White with #A0446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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