Html Css Color HEX #A63674 Rouge

📋 copy color: '#A63674'

red 166 ◦ green 54 ◦ blue 116

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

Shades of Rouge #A63674

Tints of Rouge #A63674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 49.4%
G = 16.07%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63674 (or 0xA63674) is known color: Rouge. HEX triplet: A6, 36 and 74. RGB value is (166,54,116). Sum of RGB (Red+Green+Blue) = 166+54+116=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A63674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63674 is #59C98B. Grayscale: #5E5E5E. Windows color (decimal): -5884300 or 7616166. OLE color: 7616166.

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

Color convert

RGB 166 54 116 -
CMYK 0 0.67 0.30 0.35
HSL 326.79º 0.51% 0.43% -
HSV(B) 326.79º 0.67% 0.65% -
XYZ 20.2 12.01 17.78 -
YUV 94.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 166 54 116 0 0.67 0.30 0.35 326.79 0.51 0.43
Hex A6 36 74 0 43 1E 23 147 33 2B
Octal 246 66 164 0 103 36 43 507 63 53
Binary 10100110 110110 1110100 0 1000011 11110 100011 101000111 110011 101011

Color Harmonies of #A63674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63674

Black with #A63674

Text Example


Text Example

White with #A63674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63674; }

 p { color: rgb(166,54,116); }

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

background-color css

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

 a { background-color: rgb(166,54,116); }

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

border-color css

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

 span { border-color: rgb(166,54,116); }

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