Html Css Color HEX #A43565 Rouge

📋 copy color: '#A43565'

red 164 ◦ green 53 ◦ blue 101

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

Shades of Rouge #A43565

Tints of Rouge #A43565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 51.57%
G = 16.67%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43565 (or 0xA43565) is known color: Rouge. HEX triplet: A4, 35 and 65. RGB value is (164,53,101). Sum of RGB (Red+Green+Blue) = 164+53+101=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43565 is #5BCA9A. Grayscale: #5B5B5B. Windows color (decimal): -6015643 or 6632868. OLE color: 6632868.

HSL color Cylindrical-coordinate representation of color #A43565: hue angle of 334.05º 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 #A43565 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 101 -
CMYK 0 0.68 0.38 0.36
HSL 334.05º 0.51% 0.43% -
HSV(B) 334.05º 0.68% 0.64% -
XYZ 18.93 11.38 13.51 -
YUV 91.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 164 53 101 0 0.68 0.38 0.36 334.05 0.51 0.43
Hex A4 35 65 0 44 26 24 14E 33 2B
Octal 244 65 145 0 104 46 44 516 63 53
Binary 10100100 110101 1100101 0 1000100 100110 100100 101001110 110011 101011

Color Harmonies of #A43565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43565

Black with #A43565

Text Example


Text Example

White with #A43565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43565; }

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

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

background-color css

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

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

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

border-color css

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

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

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