Html Css Color HEX #A43C60 Rouge

📋 copy color: '#A43C60'

red 164 ◦ green 60 ◦ blue 96

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

Shades of Rouge #A43C60

Tints of Rouge #A43C60

RGB

 RED value IS 164 (64.45% from 255) = 51.25%

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

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

R = 51.25%
G = 18.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43C60 (or 0xA43C60) is known color: Rouge. HEX triplet: A4, 3C and 60. RGB value is (164,60,96). Sum of RGB (Red+Green+Blue) = 164+60+96=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C60 is #5BC39F. Grayscale: #5F5F5F. Windows color (decimal): -6013856 or 6306980. OLE color: 6306980.

HSL color Cylindrical-coordinate representation of color #A43C60: hue angle of 339.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C60 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 60 96 -
CMYK 0 0.63 0.41 0.36
HSL 339.23º 0.46% 0.44% -
HSV(B) 339.23º 0.63% 0.64% -
XYZ 19.04 11.97 12.37 -
YUV 95.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 164 60 96 0 0.63 0.41 0.36 339.23 0.46 0.44
Hex A4 3C 60 0 3F 29 24 153 2E 2C
Octal 244 74 140 0 77 51 44 523 56 54
Binary 10100100 111100 1100000 0 111111 101001 100100 101010011 101110 101100

Color Harmonies of #A43C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C60

Black with #A43C60

Text Example


Text Example

White with #A43C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C60; }

 p { color: rgb(164,60,96); }

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

background-color css

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

 a { background-color: rgb(164,60,96); }

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

border-color css

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

 span { border-color: rgb(164,60,96); }

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