Html Css Color HEX #A03C6A Rouge

📋 copy color: '#A03C6A'

red 160 ◦ green 60 ◦ blue 106

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

Shades of Rouge #A03C6A

Tints of Rouge #A03C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 49.08%
G = 18.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A03C6A (or 0xA03C6A) is known color: Rouge. HEX triplet: A0, 3C and 6A. RGB value is (160,60,106). Sum of RGB (Red+Green+Blue) = 160+60+106=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03C6A is #5FC395. Grayscale: #5F5F5F. Windows color (decimal): -6275990 or 6962336. OLE color: 6962336.

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

Color convert

RGB 160 60 106 -
CMYK 0 0.62 0.34 0.37
HSL 332.4º 0.45% 0.43% -
HSV(B) 332.4º 0.63% 0.63% -
XYZ 18.71 11.75 14.92 -
YUV 95.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 160 60 106 0 0.62 0.34 0.37 332.4 0.45 0.43
Hex A0 3C 6A 0 3E 22 25 14C 2D 2B
Octal 240 74 152 0 76 42 45 514 55 53
Binary 10100000 111100 1101010 0 111110 100010 100101 101001100 101101 101011

Color Harmonies of #A03C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03C6A

Black with #A03C6A

Text Example


Text Example

White with #A03C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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