Html Css Color HEX #A43363 Rouge

📋 copy color: '#A43363'

red 164 ◦ green 51 ◦ blue 99

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

Shades of Rouge #A43363

Tints of Rouge #A43363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 52.23%
G = 16.24%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A43363 (or 0xA43363) is known color: Rouge. HEX triplet: A4, 33 and 63. RGB value is (164,51,99). Sum of RGB (Red+Green+Blue) = 164+51+99=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A43363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43363 is #5BCC9C. Grayscale: #5A5A5A. Windows color (decimal): -6016157 or 6501284. OLE color: 6501284.

HSL color Cylindrical-coordinate representation of color #A43363: hue angle of 334.51º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43363 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 99 -
CMYK 0 0.69 0.40 0.36
HSL 334.51º 0.53% 0.42% -
HSV(B) 334.51º 0.69% 0.64% -
XYZ 18.75 11.16 12.97 -
YUV 90.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 164 51 99 0 0.69 0.40 0.36 334.51 0.53 0.42
Hex A4 33 63 0 45 28 24 14F 35 2A
Octal 244 63 143 0 105 50 44 517 65 52
Binary 10100100 110011 1100011 0 1000101 101000 100100 101001111 110101 101010

Color Harmonies of #A43363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43363

Black with #A43363

Text Example


Text Example

White with #A43363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43363; }

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

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

background-color css

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

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

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

border-color css

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

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

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