Html Css Color HEX #A73865 Rouge

📋 copy color: '#A73865'

red 167 ◦ green 56 ◦ blue 101

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

Shades of Rouge #A73865

Tints of Rouge #A73865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 51.54%
G = 17.28%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A73865 (or 0xA73865) is known color: Rouge. HEX triplet: A7, 38 and 65. RGB value is (167,56,101). Sum of RGB (Red+Green+Blue) = 167+56+101=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A73865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73865 is #58C79A. Grayscale: #5E5E5E. Windows color (decimal): -5818267 or 6633639. OLE color: 6633639.

HSL color Cylindrical-coordinate representation of color #A73865: hue angle of 335.68º 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 #A73865 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 56 101 -
CMYK 0 0.66 0.40 0.35
HSL 335.68º 0.5% 0.44% -
HSV(B) 335.68º 0.66% 0.65% -
XYZ 19.7 11.98 13.59 -
YUV 94.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 167 56 101 0 0.66 0.40 0.35 335.68 0.5 0.44
Hex A7 38 65 0 42 28 23 150 32 2C
Octal 247 70 145 0 102 50 43 520 62 54
Binary 10100111 111000 1100101 0 1000010 101000 100011 101010000 110010 101100

Color Harmonies of #A73865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73865

Black with #A73865

Text Example


Text Example

White with #A73865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73865; }

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

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

background-color css

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

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

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

border-color css

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

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

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