Html Css Color HEX #A93E73 Rouge

📋 copy color: '#A93E73'

red 169 ◦ green 62 ◦ blue 115

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

Shades of Rouge #A93E73

Tints of Rouge #A93E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

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

R = 48.84%
G = 17.92%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A93E73 (or 0xA93E73) is known color: Rouge. HEX triplet: A9, 3E and 73. RGB value is (169,62,115). Sum of RGB (Red+Green+Blue) = 169+62+115=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E73 is #56C18C. Grayscale: #636363. Windows color (decimal): -5685645 or 7552681. OLE color: 7552681.

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

Color convert

RGB 169 62 115 -
CMYK 0 0.63 0.32 0.34
HSL 330.28º 0.46% 0.45% -
HSV(B) 330.28º 0.63% 0.66% -
XYZ 21.18 13.12 17.64 -
YUV 100.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 169 62 115 0 0.63 0.32 0.34 330.28 0.46 0.45
Hex A9 3E 73 0 3F 20 22 14A 2E 2D
Octal 251 76 163 0 77 40 42 512 56 55
Binary 10101001 111110 1110011 0 111111 100000 100010 101001010 101110 101101

Color Harmonies of #A93E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E73

Black with #A93E73

Text Example


Text Example

White with #A93E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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