Html Css Color HEX #A43A6D Rouge

📋 copy color: '#A43A6D'

red 164 ◦ green 58 ◦ blue 109

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

Shades of Rouge #A43A6D

Tints of Rouge #A43A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 49.55%
G = 17.52%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A43A6D (or 0xA43A6D) is known color: Rouge. HEX triplet: A4, 3A and 6D. RGB value is (164,58,109). Sum of RGB (Red+Green+Blue) = 164+58+109=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A6D is #5BC592. Grayscale: #5F5F5F. Windows color (decimal): -6014355 or 7158436. OLE color: 7158436.

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

Color convert

RGB 164 58 109 -
CMYK 0 0.65 0.34 0.36
HSL 331.13º 0.48% 0.44% -
HSV(B) 331.13º 0.65% 0.64% -
XYZ 19.58 12.02 15.76 -
YUV 95.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 164 58 109 0 0.65 0.34 0.36 331.13 0.48 0.44
Hex A4 3A 6D 0 41 22 24 14B 30 2C
Octal 244 72 155 0 101 42 44 513 60 54
Binary 10100100 111010 1101101 0 1000001 100010 100100 101001011 110000 101100

Color Harmonies of #A43A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A6D

Black with #A43A6D

Text Example


Text Example

White with #A43A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A6D; }

 p { color: rgb(164,58,109); }

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

background-color css

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

 a { background-color: rgb(164,58,109); }

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

border-color css

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

 span { border-color: rgb(164,58,109); }

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