Html Css Color HEX #A93873 Rouge

📋 copy color: '#A93873'

red 169 ◦ green 56 ◦ blue 115

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

Shades of Rouge #A93873

Tints of Rouge #A93873

RGB

 RED value IS 169 (66.41% from 255) = 49.71%

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 49.71%
G = 16.47%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A93873 (or 0xA93873) is known color: Rouge. HEX triplet: A9, 38 and 73. RGB value is (169,56,115). Sum of RGB (Red+Green+Blue) = 169+56+115=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A93873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93873 is #56C78C. Grayscale: #606060. Windows color (decimal): -5687181 or 7551145. OLE color: 7551145.

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

Color convert

RGB 169 56 115 -
CMYK 0 0.67 0.32 0.34
HSL 328.67º 0.5% 0.44% -
HSV(B) 328.67º 0.67% 0.66% -
XYZ 20.87 12.5 17.53 -
YUV 96.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 169 56 115 0 0.67 0.32 0.34 328.67 0.5 0.44
Hex A9 38 73 0 43 20 22 149 32 2C
Octal 251 70 163 0 103 40 42 511 62 54
Binary 10101001 111000 1110011 0 1000011 100000 100010 101001001 110010 101100

Color Harmonies of #A93873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93873

Black with #A93873

Text Example


Text Example

White with #A93873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93873; }

 p { color: rgb(169,56,115); }

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

background-color css

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

 a { background-color: rgb(169,56,115); }

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

border-color css

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

 span { border-color: rgb(169,56,115); }

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