Html Css Color HEX #A43D63 Rouge

📋 copy color: '#A43D63'

red 164 ◦ green 61 ◦ blue 99

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

Shades of Rouge #A43D63

Tints of Rouge #A43D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 50.62%
G = 18.83%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A43D63 (or 0xA43D63) is known color: Rouge. HEX triplet: A4, 3D and 63. RGB value is (164,61,99). Sum of RGB (Red+Green+Blue) = 164+61+99=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D63 is #5BC29C. Grayscale: #606060. Windows color (decimal): -6013597 or 6503844. OLE color: 6503844.

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

Color convert

RGB 164 61 99 -
CMYK 0 0.63 0.40 0.36
HSL 337.86º 0.46% 0.44% -
HSV(B) 337.86º 0.63% 0.64% -
XYZ 19.23 12.13 13.13 -
YUV 96.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 164 61 99 0 0.63 0.40 0.36 337.86 0.46 0.44
Hex A4 3D 63 0 3F 28 24 152 2E 2C
Octal 244 75 143 0 77 50 44 522 56 54
Binary 10100100 111101 1100011 0 111111 101000 100100 101010010 101110 101100

Color Harmonies of #A43D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D63

Black with #A43D63

Text Example


Text Example

White with #A43D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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