Html Css Color HEX #A63A73 Rouge

📋 copy color: '#A63A73'

red 166 ◦ green 58 ◦ blue 115

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

Shades of Rouge #A63A73

Tints of Rouge #A63A73

RGB

 RED value IS 166 (65.23% from 255) = 48.97%

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 48.97%
G = 17.11%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A63A73 (or 0xA63A73) is known color: Rouge. HEX triplet: A6, 3A and 73. RGB value is (166,58,115). Sum of RGB (Red+Green+Blue) = 166+58+115=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A73 is #59C58C. Grayscale: #606060. Windows color (decimal): -5883277 or 7551654. OLE color: 7551654.

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

Color convert

RGB 166 58 115 -
CMYK 0 0.65 0.31 0.35
HSL 328.33º 0.48% 0.44% -
HSV(B) 328.33º 0.65% 0.65% -
XYZ 20.33 12.37 17.54 -
YUV 96.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 166 58 115 0 0.65 0.31 0.35 328.33 0.48 0.44
Hex A6 3A 73 0 41 1F 23 148 30 2C
Octal 246 72 163 0 101 37 43 510 60 54
Binary 10100110 111010 1110011 0 1000001 11111 100011 101001000 110000 101100

Color Harmonies of #A63A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A73

Black with #A63A73

Text Example


Text Example

White with #A63A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A73; }

 p { color: rgb(166,58,115); }

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

background-color css

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

 a { background-color: rgb(166,58,115); }

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

border-color css

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

 span { border-color: rgb(166,58,115); }

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