Html Css Color HEX #A74166 Rouge

📋 copy color: '#A74166'

red 167 ◦ green 65 ◦ blue 102

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

Shades of Rouge #A74166

Tints of Rouge #A74166

RGB

 RED value IS 167 (65.63% from 255) = 50%

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 50%
G = 19.46%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A74166 (or 0xA74166) is known color: Rouge. HEX triplet: A7, 41 and 66. RGB value is (167,65,102). Sum of RGB (Red+Green+Blue) = 167+65+102=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A74166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74166 is #58BE99. Grayscale: #636363. Windows color (decimal): -5815962 or 6701479. OLE color: 6701479.

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

Color convert

RGB 167 65 102 -
CMYK 0 0.61 0.39 0.35
HSL 338.24º 0.44% 0.45% -
HSV(B) 338.24º 0.61% 0.65% -
XYZ 20.22 12.96 14.01 -
YUV 99.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 167 65 102 0 0.61 0.39 0.35 338.24 0.44 0.45
Hex A7 41 66 0 3D 27 23 152 2C 2D
Octal 247 101 146 0 75 47 43 522 54 55
Binary 10100111 1000001 1100110 0 111101 100111 100011 101010010 101100 101101

Color Harmonies of #A74166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74166

Black with #A74166

Text Example


Text Example

White with #A74166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74166; }

 p { color: rgb(167,65,102); }

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

background-color css

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

 a { background-color: rgb(167,65,102); }

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

border-color css

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

 span { border-color: rgb(167,65,102); }

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