Html Css Color HEX #A43D72 Rouge

📋 copy color: '#A43D72'

red 164 ◦ green 61 ◦ blue 114

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

Shades of Rouge #A43D72

Tints of Rouge #A43D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 48.38%
G = 17.99%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43D72 (or 0xA43D72) is known color: Rouge. HEX triplet: A4, 3D and 72. RGB value is (164,61,114). Sum of RGB (Red+Green+Blue) = 164+61+114=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D72 is #5BC28D. Grayscale: #616161. Windows color (decimal): -6013582 or 7486884. OLE color: 7486884.

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

Color convert

RGB 164 61 114 -
CMYK 0 0.63 0.30 0.36
HSL 329.13º 0.46% 0.44% -
HSV(B) 329.13º 0.63% 0.64% -
XYZ 20.02 12.44 17.27 -
YUV 97.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 164 61 114 0 0.63 0.30 0.36 329.13 0.46 0.44
Hex A4 3D 72 0 3F 1E 24 149 2E 2C
Octal 244 75 162 0 77 36 44 511 56 54
Binary 10100100 111101 1110010 0 111111 11110 100100 101001001 101110 101100

Color Harmonies of #A43D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D72

Black with #A43D72

Text Example


Text Example

White with #A43D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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