Html Css Color HEX #A43670 Rouge

📋 copy color: '#A43670'

red 164 ◦ green 54 ◦ blue 112

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

Shades of Rouge #A43670

Tints of Rouge #A43670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 49.7%
G = 16.36%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A43670 (or 0xA43670) is known color: Rouge. HEX triplet: A4, 36 and 70. RGB value is (164,54,112). Sum of RGB (Red+Green+Blue) = 164+54+112=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A43670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43670 is #5BC98F. Grayscale: #5D5D5D. Windows color (decimal): -6015376 or 7354020. OLE color: 7354020.

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

Color convert

RGB 164 54 112 -
CMYK 0 0.67 0.32 0.36
HSL 328.36º 0.5% 0.43% -
HSV(B) 328.36º 0.67% 0.64% -
XYZ 19.55 11.7 16.56 -
YUV 93.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 164 54 112 0 0.67 0.32 0.36 328.36 0.5 0.43
Hex A4 36 70 0 43 20 24 148 32 2B
Octal 244 66 160 0 103 40 44 510 62 53
Binary 10100100 110110 1110000 0 1000011 100000 100100 101001000 110010 101011

Color Harmonies of #A43670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43670

Black with #A43670

Text Example


Text Example

White with #A43670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43670; }

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

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

background-color css

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

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

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

border-color css

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

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

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