Html Css Color HEX #A43560 Rouge

📋 copy color: '#A43560'

red 164 ◦ green 53 ◦ blue 96

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

Shades of Rouge #A43560

Tints of Rouge #A43560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 52.4%
G = 16.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43560 (or 0xA43560) is known color: Rouge. HEX triplet: A4, 35 and 60. RGB value is (164,53,96). Sum of RGB (Red+Green+Blue) = 164+53+96=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43560 is #5BCA9F. Grayscale: #5B5B5B. Windows color (decimal): -6015648 or 6305188. OLE color: 6305188.

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

Color convert

RGB 164 53 96 -
CMYK 0 0.68 0.41 0.36
HSL 336.76º 0.51% 0.43% -
HSV(B) 336.76º 0.68% 0.64% -
XYZ 18.69 11.28 12.26 -
YUV 91.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 164 53 96 0 0.68 0.41 0.36 336.76 0.51 0.43
Hex A4 35 60 0 44 29 24 151 33 2B
Octal 244 65 140 0 104 51 44 521 63 53
Binary 10100100 110101 1100000 0 1000100 101001 100100 101010001 110011 101011

Color Harmonies of #A43560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43560

Black with #A43560

Text Example


Text Example

White with #A43560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43560; }

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

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

background-color css

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

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

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

border-color css

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

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

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