Html Css Color HEX #A43770 Rouge

📋 copy color: '#A43770'

red 164 ◦ green 55 ◦ blue 112

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

Shades of Rouge #A43770

Tints of Rouge #A43770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 49.55%
G = 16.62%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A43770 (or 0xA43770) is known color: Rouge. HEX triplet: A4, 37 and 70. RGB value is (164,55,112). Sum of RGB (Red+Green+Blue) = 164+55+112=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43770 is #5BC88F. Grayscale: #5D5D5D. Windows color (decimal): -6015120 or 7354276. OLE color: 7354276.

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

Color convert

RGB 164 55 112 -
CMYK 0 0.66 0.32 0.36
HSL 328.62º 0.5% 0.43% -
HSV(B) 328.62º 0.66% 0.64% -
XYZ 19.6 11.79 16.57 -
YUV 94.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 164 55 112 0 0.66 0.32 0.36 328.62 0.5 0.43
Hex A4 37 70 0 42 20 24 149 32 2B
Octal 244 67 160 0 102 40 44 511 62 53
Binary 10100100 110111 1110000 0 1000010 100000 100100 101001001 110010 101011

Color Harmonies of #A43770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43770

Black with #A43770

Text Example


Text Example

White with #A43770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43770; }

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

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

background-color css

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

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

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

border-color css

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

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

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