Html Css Color HEX #A43C75 Rouge

📋 copy color: '#A43C75'

red 164 ◦ green 60 ◦ blue 117

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

Shades of Rouge #A43C75

Tints of Rouge #A43C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 48.09%
G = 17.6%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43C75 (or 0xA43C75) is known color: Rouge. HEX triplet: A4, 3C and 75. RGB value is (164,60,117). Sum of RGB (Red+Green+Blue) = 164+60+117=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C75 is #5BC38A. Grayscale: #616161. Windows color (decimal): -6013835 or 7683236. OLE color: 7683236.

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

Color convert

RGB 164 60 117 -
CMYK 0 0.63 0.29 0.36
HSL 327.12º 0.46% 0.44% -
HSV(B) 327.12º 0.63% 0.64% -
XYZ 20.14 12.41 18.16 -
YUV 97.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 164 60 117 0 0.63 0.29 0.36 327.12 0.46 0.44
Hex A4 3C 75 0 3F 1D 24 147 2E 2C
Octal 244 74 165 0 77 35 44 507 56 54
Binary 10100100 111100 1110101 0 111111 11101 100100 101000111 101110 101100

Color Harmonies of #A43C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C75

Black with #A43C75

Text Example


Text Example

White with #A43C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C75; }

 p { color: rgb(164,60,117); }

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

background-color css

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

 a { background-color: rgb(164,60,117); }

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

border-color css

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

 span { border-color: rgb(164,60,117); }

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