Html Css Color HEX #A43F73 Rouge

📋 copy color: '#A43F73'

red 164 ◦ green 63 ◦ blue 115

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

Shades of Rouge #A43F73

Tints of Rouge #A43F73

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

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

R = 47.95%
G = 18.42%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43F73 (or 0xA43F73) is known color: Rouge. HEX triplet: A4, 3F and 73. RGB value is (164,63,115). Sum of RGB (Red+Green+Blue) = 164+63+115=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F73 is #5BC08C. Grayscale: #636363. Windows color (decimal): -6013069 or 7552932. OLE color: 7552932.

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

Color convert

RGB 164 63 115 -
CMYK 0 0.62 0.30 0.36
HSL 329.11º 0.44% 0.45% -
HSV(B) 329.11º 0.62% 0.64% -
XYZ 20.18 12.69 17.6 -
YUV 99.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 164 63 115 0 0.62 0.30 0.36 329.11 0.44 0.45
Hex A4 3F 73 0 3E 1E 24 149 2C 2D
Octal 244 77 163 0 76 36 44 511 54 55
Binary 10100100 111111 1110011 0 111110 11110 100100 101001001 101100 101101

Color Harmonies of #A43F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F73

Black with #A43F73

Text Example


Text Example

White with #A43F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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