Html Css Color HEX #A43064 Rouge

📋 copy color: '#A43064'

red 164 ◦ green 48 ◦ blue 100

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

Shades of Rouge #A43064

Tints of Rouge #A43064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 52.56%
G = 15.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A43064 (or 0xA43064) is known color: Rouge. HEX triplet: A4, 30 and 64. RGB value is (164,48,100). Sum of RGB (Red+Green+Blue) = 164+48+100=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A43064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43064 is #5BCF9B. Grayscale: #585858. Windows color (decimal): -6016924 or 6566052. OLE color: 6566052.

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

Color convert

RGB 164 48 100 -
CMYK 0 0.71 0.39 0.36
HSL 333.1º 0.55% 0.42% -
HSV(B) 333.1º 0.71% 0.64% -
XYZ 18.67 10.93 13.18 -
YUV 88.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 164 48 100 0 0.71 0.39 0.36 333.1 0.55 0.42
Hex A4 30 64 0 47 27 24 14D 37 2A
Octal 244 60 144 0 107 47 44 515 67 52
Binary 10100100 110000 1100100 0 1000111 100111 100100 101001101 110111 101010

Color Harmonies of #A43064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43064

Black with #A43064

Text Example


Text Example

White with #A43064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43064; }

 p { color: rgb(164,48,100); }

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

background-color css

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

 a { background-color: rgb(164,48,100); }

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

border-color css

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

 span { border-color: rgb(164,48,100); }

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