Html Css Color HEX #A43373 Rouge

📋 copy color: '#A43373'

red 164 ◦ green 51 ◦ blue 115

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

Shades of Rouge #A43373

Tints of Rouge #A43373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 49.7%
G = 15.45%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43373 (or 0xA43373) is known color: Rouge. HEX triplet: A4, 33 and 73. RGB value is (164,51,115). Sum of RGB (Red+Green+Blue) = 164+51+115=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A43373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43373 is #5BCC8C. Grayscale: #5B5B5B. Windows color (decimal): -6016141 or 7549860. OLE color: 7549860.

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

Color convert

RGB 164 51 115 -
CMYK 0 0.69 0.30 0.36
HSL 326.02º 0.53% 0.42% -
HSV(B) 326.02º 0.69% 0.64% -
XYZ 19.59 11.5 17.41 -
YUV 92.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 164 51 115 0 0.69 0.30 0.36 326.02 0.53 0.42
Hex A4 33 73 0 45 1E 24 146 35 2A
Octal 244 63 163 0 105 36 44 506 65 52
Binary 10100100 110011 1110011 0 1000101 11110 100100 101000110 110101 101010

Color Harmonies of #A43373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43373

Black with #A43373

Text Example


Text Example

White with #A43373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43373; }

 p { color: rgb(164,51,115); }

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

background-color css

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

 a { background-color: rgb(164,51,115); }

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

border-color css

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

 span { border-color: rgb(164,51,115); }

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