Html Css Color HEX #A43465 Rouge

📋 copy color: '#A43465'

red 164 ◦ green 52 ◦ blue 101

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

Shades of Rouge #A43465

Tints of Rouge #A43465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 51.74%
G = 16.4%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43465 (or 0xA43465) is known color: Rouge. HEX triplet: A4, 34 and 65. RGB value is (164,52,101). Sum of RGB (Red+Green+Blue) = 164+52+101=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A43465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43465 is #5BCB9A. Grayscale: #5A5A5A. Windows color (decimal): -6015899 or 6632612. OLE color: 6632612.

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

Color convert

RGB 164 52 101 -
CMYK 0 0.68 0.38 0.36
HSL 333.75º 0.52% 0.42% -
HSV(B) 333.75º 0.68% 0.64% -
XYZ 18.89 11.29 13.5 -
YUV 91.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 164 52 101 0 0.68 0.38 0.36 333.75 0.52 0.42
Hex A4 34 65 0 44 26 24 14E 34 2A
Octal 244 64 145 0 104 46 44 516 64 52
Binary 10100100 110100 1100101 0 1000100 100110 100100 101001110 110100 101010

Color Harmonies of #A43465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43465

Black with #A43465

Text Example


Text Example

White with #A43465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43465; }

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

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

background-color css

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

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

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

border-color css

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

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

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