Html Css Color HEX #A74566 Rouge

📋 copy color: '#A74566'

red 167 ◦ green 69 ◦ blue 102

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

Shades of Rouge #A74566

Tints of Rouge #A74566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 49.41%
G = 20.41%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A74566 (or 0xA74566) is known color: Rouge. HEX triplet: A7, 45 and 66. RGB value is (167,69,102). Sum of RGB (Red+Green+Blue) = 167+69+102=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74566 is #58BA99. Grayscale: #666666. Windows color (decimal): -5814938 or 6702503. OLE color: 6702503.

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

Color convert

RGB 167 69 102 -
CMYK 0 0.59 0.39 0.35
HSL 339.8º 0.42% 0.46% -
HSV(B) 339.8º 0.59% 0.65% -
XYZ 20.46 13.43 14.08 -
YUV 102.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 167 69 102 0 0.59 0.39 0.35 339.8 0.42 0.46
Hex A7 45 66 0 3B 27 23 154 2A 2E
Octal 247 105 146 0 73 47 43 524 52 56
Binary 10100111 1000101 1100110 0 111011 100111 100011 101010100 101010 101110

Color Harmonies of #A74566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74566

Black with #A74566

Text Example


Text Example

White with #A74566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74566; }

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

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

background-color css

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

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

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

border-color css

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

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

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