Html Css Color HEX #A43D6C Rouge

📋 copy color: '#A43D6C'

red 164 ◦ green 61 ◦ blue 108

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

Shades of Rouge #A43D6C

Tints of Rouge #A43D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 49.25%
G = 18.32%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A43D6C (or 0xA43D6C) is known color: Rouge. HEX triplet: A4, 3D and 6C. RGB value is (164,61,108). Sum of RGB (Red+Green+Blue) = 164+61+108=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D6C is #5BC293. Grayscale: #616161. Windows color (decimal): -6013588 or 7093668. OLE color: 7093668.

HSL color Cylindrical-coordinate representation of color #A43D6C: hue angle of 332.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D6C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 61 108 -
CMYK 0 0.63 0.34 0.36
HSL 332.62º 0.46% 0.44% -
HSV(B) 332.62º 0.63% 0.64% -
XYZ 19.69 12.31 15.53 -
YUV 97.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 164 61 108 0 0.63 0.34 0.36 332.62 0.46 0.44
Hex A4 3D 6C 0 3F 22 24 14D 2E 2C
Octal 244 75 154 0 77 42 44 515 56 54
Binary 10100100 111101 1101100 0 111111 100010 100100 101001101 101110 101100

Color Harmonies of #A43D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D6C

Black with #A43D6C

Text Example


Text Example

White with #A43D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D6C; }

 p { color: rgb(164,61,108); }

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

background-color css

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

 a { background-color: rgb(164,61,108); }

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

border-color css

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

 span { border-color: rgb(164,61,108); }

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