Html Css Color HEX #A43362 Rouge

📋 copy color: '#A43362'

red 164 ◦ green 51 ◦ blue 98

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

Shades of Rouge #A43362

Tints of Rouge #A43362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 52.4%
G = 16.29%
B = 31.31%

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

#A43362 (or 0xA43362) is known color: Rouge. HEX triplet: A4, 33 and 62. RGB value is (164,51,98). Sum of RGB (Red+Green+Blue) = 164+51+98=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43362 is #5BCC9D. Grayscale: #5A5A5A. Windows color (decimal): -6016158 or 6435748. OLE color: 6435748.

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

Color convert

RGB 164 51 98 -
CMYK 0 0.69 0.40 0.36
HSL 335.04º 0.53% 0.42% -
HSV(B) 335.04º 0.69% 0.64% -
XYZ 18.7 11.14 12.72 -
YUV 90.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 164 51 98 0 0.69 0.40 0.36 335.04 0.53 0.42
Hex A4 33 62 0 45 28 24 14F 35 2A
Octal 244 63 142 0 105 50 44 517 65 52
Binary 10100100 110011 1100010 0 1000101 101000 100100 101001111 110101 101010

Color Harmonies of #A43362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43362

Black with #A43362

Text Example


Text Example

White with #A43362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43362; }

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

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

background-color css

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

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

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

border-color css

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

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

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