Html Css Color HEX #A93471 Rouge

📋 copy color: '#A93471'

red 169 ◦ green 52 ◦ blue 113

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

Shades of Rouge #A93471

Tints of Rouge #A93471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 50.6%
G = 15.57%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A93471 (or 0xA93471) is known color: Rouge. HEX triplet: A9, 34 and 71. RGB value is (169,52,113). Sum of RGB (Red+Green+Blue) = 169+52+113=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A93471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93471 is #56CB8E. Grayscale: #5D5D5D. Windows color (decimal): -5688207 or 7419049. OLE color: 7419049.

HSL color Cylindrical-coordinate representation of color #A93471: hue angle of 328.72º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93471 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 52 113 -
CMYK 0 0.69 0.33 0.34
HSL 328.72º 0.53% 0.43% -
HSV(B) 328.72º 0.69% 0.66% -
XYZ 20.57 12.08 16.87 -
YUV 93.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 169 52 113 0 0.69 0.33 0.34 328.72 0.53 0.43
Hex A9 34 71 0 45 21 22 149 35 2B
Octal 251 64 161 0 105 41 42 511 65 53
Binary 10101001 110100 1110001 0 1000101 100001 100010 101001001 110101 101011

Color Harmonies of #A93471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93471

Black with #A93471

Text Example


Text Example

White with #A93471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93471; }

 p { color: rgb(169,52,113); }

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

background-color css

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

 a { background-color: rgb(169,52,113); }

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

border-color css

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

 span { border-color: rgb(169,52,113); }

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