Html Css Color HEX #A43E74 Rouge

📋 copy color: '#A43E74'

red 164 ◦ green 62 ◦ blue 116

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

Shades of Rouge #A43E74

Tints of Rouge #A43E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 47.95%
G = 18.13%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43E74 (or 0xA43E74) is known color: Rouge. HEX triplet: A4, 3E and 74. RGB value is (164,62,116). Sum of RGB (Red+Green+Blue) = 164+62+116=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E74 is #5BC18B. Grayscale: #626262. Windows color (decimal): -6013324 or 7618212. OLE color: 7618212.

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

Color convert

RGB 164 62 116 -
CMYK 0 0.62 0.29 0.36
HSL 328.24º 0.45% 0.44% -
HSV(B) 328.24º 0.62% 0.64% -
XYZ 20.18 12.6 17.89 -
YUV 98.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 164 62 116 0 0.62 0.29 0.36 328.24 0.45 0.44
Hex A4 3E 74 0 3E 1D 24 148 2D 2C
Octal 244 76 164 0 76 35 44 510 55 54
Binary 10100100 111110 1110100 0 111110 11101 100100 101001000 101101 101100

Color Harmonies of #A43E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E74

Black with #A43E74

Text Example


Text Example

White with #A43E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E74; }

 p { color: rgb(164,62,116); }

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

background-color css

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

 a { background-color: rgb(164,62,116); }

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

border-color css

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

 span { border-color: rgb(164,62,116); }

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