Html Css Color HEX #A73868 Rouge

📋 copy color: '#A73868'

red 167 ◦ green 56 ◦ blue 104

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

Shades of Rouge #A73868

Tints of Rouge #A73868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 51.07%
G = 17.13%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A73868 (or 0xA73868) is known color: Rouge. HEX triplet: A7, 38 and 68. RGB value is (167,56,104). Sum of RGB (Red+Green+Blue) = 167+56+104=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A73868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73868 is #58C797. Grayscale: #5E5E5E. Windows color (decimal): -5818264 or 6830247. OLE color: 6830247.

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

Color convert

RGB 167 56 104 -
CMYK 0 0.66 0.38 0.35
HSL 334.05º 0.5% 0.44% -
HSV(B) 334.05º 0.66% 0.65% -
XYZ 19.85 12.04 14.38 -
YUV 94.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 167 56 104 0 0.66 0.38 0.35 334.05 0.5 0.44
Hex A7 38 68 0 42 26 23 14E 32 2C
Octal 247 70 150 0 102 46 43 516 62 54
Binary 10100111 111000 1101000 0 1000010 100110 100011 101001110 110010 101100

Color Harmonies of #A73868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73868

Black with #A73868

Text Example


Text Example

White with #A73868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73868; }

 p { color: rgb(167,56,104); }

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

background-color css

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

 a { background-color: rgb(167,56,104); }

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

border-color css

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

 span { border-color: rgb(167,56,104); }

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