Html Css Color HEX #A63568 Rouge

📋 copy color: '#A63568'

red 166 ◦ green 53 ◦ blue 104

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

Shades of Rouge #A63568

Tints of Rouge #A63568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 51.39%
G = 16.41%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A63568 (or 0xA63568) is known color: Rouge. HEX triplet: A6, 35 and 68. RGB value is (166,53,104). Sum of RGB (Red+Green+Blue) = 166+53+104=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A63568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63568 is #59CA97. Grayscale: #5C5C5C. Windows color (decimal): -5884568 or 6829478. OLE color: 6829478.

HSL color Cylindrical-coordinate representation of color #A63568: hue angle of 332.92º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63568 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 104 -
CMYK 0 0.68 0.37 0.35
HSL 332.92º 0.52% 0.43% -
HSV(B) 332.92º 0.68% 0.65% -
XYZ 19.5 11.65 14.32 -
YUV 92.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 166 53 104 0 0.68 0.37 0.35 332.92 0.52 0.43
Hex A6 35 68 0 44 25 23 14D 34 2B
Octal 246 65 150 0 104 45 43 515 64 53
Binary 10100110 110101 1101000 0 1000100 100101 100011 101001101 110100 101011

Color Harmonies of #A63568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63568

Black with #A63568

Text Example


Text Example

White with #A63568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63568; }

 p { color: rgb(166,53,104); }

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

background-color css

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

 a { background-color: rgb(166,53,104); }

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

border-color css

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

 span { border-color: rgb(166,53,104); }

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