Html Css Color HEX #A43872 Rouge

📋 copy color: '#A43872'

red 164 ◦ green 56 ◦ blue 114

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

Shades of Rouge #A43872

Tints of Rouge #A43872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 49.1%
G = 16.77%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43872 (or 0xA43872) is known color: Rouge. HEX triplet: A4, 38 and 72. RGB value is (164,56,114). Sum of RGB (Red+Green+Blue) = 164+56+114=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A43872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43872 is #5BC78D. Grayscale: #5E5E5E. Windows color (decimal): -6014862 or 7485604. OLE color: 7485604.

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

Color convert

RGB 164 56 114 -
CMYK 0 0.66 0.30 0.36
HSL 327.78º 0.49% 0.43% -
HSV(B) 327.78º 0.66% 0.64% -
XYZ 19.76 11.94 17.18 -
YUV 94.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 164 56 114 0 0.66 0.30 0.36 327.78 0.49 0.43
Hex A4 38 72 0 42 1E 24 148 31 2B
Octal 244 70 162 0 102 36 44 510 61 53
Binary 10100100 111000 1110010 0 1000010 11110 100100 101001000 110001 101011

Color Harmonies of #A43872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43872

Black with #A43872

Text Example


Text Example

White with #A43872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43872; }

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

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

background-color css

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

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

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

border-color css

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

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

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