Html Css Color HEX #A43674 Rouge

📋 copy color: '#A43674'

red 164 ◦ green 54 ◦ blue 116

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

Shades of Rouge #A43674

Tints of Rouge #A43674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 49.1%
G = 16.17%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43674 (or 0xA43674) is known color: Rouge. HEX triplet: A4, 36 and 74. RGB value is (164,54,116). Sum of RGB (Red+Green+Blue) = 164+54+116=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A43674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43674 is #5BC98B. Grayscale: #5D5D5D. Windows color (decimal): -6015372 or 7616164. OLE color: 7616164.

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

Color convert

RGB 164 54 116 -
CMYK 0 0.67 0.29 0.36
HSL 326.18º 0.5% 0.43% -
HSV(B) 326.18º 0.67% 0.64% -
XYZ 19.78 11.79 17.76 -
YUV 93.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 164 54 116 0 0.67 0.29 0.36 326.18 0.5 0.43
Hex A4 36 74 0 43 1D 24 146 32 2B
Octal 244 66 164 0 103 35 44 506 62 53
Binary 10100100 110110 1110100 0 1000011 11101 100100 101000110 110010 101011

Color Harmonies of #A43674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43674

Black with #A43674

Text Example


Text Example

White with #A43674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43674; }

 p { color: rgb(164,54,116); }

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

background-color css

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

 a { background-color: rgb(164,54,116); }

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

border-color css

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

 span { border-color: rgb(164,54,116); }

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