Html Css Color HEX #A43D6F Rouge

📋 copy color: '#A43D6F'

red 164 ◦ green 61 ◦ blue 111

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

Shades of Rouge #A43D6F

Tints of Rouge #A43D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 48.81%
G = 18.15%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A43D6F (or 0xA43D6F) is known color: Rouge. HEX triplet: A4, 3D and 6F. RGB value is (164,61,111). Sum of RGB (Red+Green+Blue) = 164+61+111=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D6F is #5BC290. Grayscale: #616161. Windows color (decimal): -6013585 or 7290276. OLE color: 7290276.

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

Color convert

RGB 164 61 111 -
CMYK 0 0.63 0.32 0.36
HSL 330.87º 0.46% 0.44% -
HSV(B) 330.87º 0.63% 0.64% -
XYZ 19.85 12.38 16.38 -
YUV 97.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 164 61 111 0 0.63 0.32 0.36 330.87 0.46 0.44
Hex A4 3D 6F 0 3F 20 24 14B 2E 2C
Octal 244 75 157 0 77 40 44 513 56 54
Binary 10100100 111101 1101111 0 111111 100000 100100 101001011 101110 101100

Color Harmonies of #A43D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D6F

Black with #A43D6F

Text Example


Text Example

White with #A43D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D6F; }

 p { color: rgb(164,61,111); }

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

background-color css

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

 a { background-color: rgb(164,61,111); }

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

border-color css

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

 span { border-color: rgb(164,61,111); }

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