Html Css Color HEX #A43265 Rouge

📋 copy color: '#A43265'

red 164 ◦ green 50 ◦ blue 101

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

Shades of Rouge #A43265

Tints of Rouge #A43265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 52.06%
G = 15.87%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43265 (or 0xA43265) is known color: Rouge. HEX triplet: A4, 32 and 65. RGB value is (164,50,101). Sum of RGB (Red+Green+Blue) = 164+50+101=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43265 is #5BCD9A. Grayscale: #595959. Windows color (decimal): -6016411 or 6632100. OLE color: 6632100.

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

Color convert

RGB 164 50 101 -
CMYK 0 0.70 0.38 0.36
HSL 333.16º 0.53% 0.42% -
HSV(B) 333.16º 0.7% 0.64% -
XYZ 18.8 11.11 13.47 -
YUV 89.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 164 50 101 0 0.70 0.38 0.36 333.16 0.53 0.42
Hex A4 32 65 0 46 26 24 14D 35 2A
Octal 244 62 145 0 106 46 44 515 65 52
Binary 10100100 110010 1100101 0 1000110 100110 100100 101001101 110101 101010

Color Harmonies of #A43265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43265

Black with #A43265

Text Example


Text Example

White with #A43265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43265; }

 p { color: rgb(164,50,101); }

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

background-color css

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

 a { background-color: rgb(164,50,101); }

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

border-color css

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

 span { border-color: rgb(164,50,101); }

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