Html Css Color HEX #A43A66 Rouge

📋 copy color: '#A43A66'

red 164 ◦ green 58 ◦ blue 102

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

Shades of Rouge #A43A66

Tints of Rouge #A43A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 50.62%
G = 17.9%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43A66 (or 0xA43A66) is known color: Rouge. HEX triplet: A4, 3A and 66. RGB value is (164,58,102). Sum of RGB (Red+Green+Blue) = 164+58+102=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A66 is #5BC599. Grayscale: #5E5E5E. Windows color (decimal): -6014362 or 6699684. OLE color: 6699684.

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

Color convert

RGB 164 58 102 -
CMYK 0 0.65 0.38 0.36
HSL 335.09º 0.48% 0.44% -
HSV(B) 335.09º 0.65% 0.64% -
XYZ 19.22 11.88 13.85 -
YUV 94.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 164 58 102 0 0.65 0.38 0.36 335.09 0.48 0.44
Hex A4 3A 66 0 41 26 24 14F 30 2C
Octal 244 72 146 0 101 46 44 517 60 54
Binary 10100100 111010 1100110 0 1000001 100110 100100 101001111 110000 101100

Color Harmonies of #A43A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A66

Black with #A43A66

Text Example


Text Example

White with #A43A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A66; }

 p { color: rgb(164,58,102); }

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

background-color css

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

 a { background-color: rgb(164,58,102); }

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

border-color css

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

 span { border-color: rgb(164,58,102); }

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