Html Css Color HEX #A93071 Rouge

📋 copy color: '#A93071'

red 169 ◦ green 48 ◦ blue 113

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

Shades of Rouge #A93071

Tints of Rouge #A93071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 51.21%
G = 14.55%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A93071 (or 0xA93071) is known color: Rouge. HEX triplet: A9, 30 and 71. RGB value is (169,48,113). Sum of RGB (Red+Green+Blue) = 169+48+113=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A93071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93071 is #56CF8E. Grayscale: #5B5B5B. Windows color (decimal): -5689231 or 7418025. OLE color: 7418025.

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

Color convert

RGB 169 48 113 -
CMYK 0 0.72 0.33 0.34
HSL 327.77º 0.56% 0.43% -
HSV(B) 327.77º 0.72% 0.66% -
XYZ 20.4 11.74 16.81 -
YUV 91.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 169 48 113 0 0.72 0.33 0.34 327.77 0.56 0.43
Hex A9 30 71 0 48 21 22 148 38 2B
Octal 251 60 161 0 110 41 42 510 70 53
Binary 10101001 110000 1110001 0 1001000 100001 100010 101001000 111000 101011

Color Harmonies of #A93071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93071

Black with #A93071

Text Example


Text Example

White with #A93071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93071; }

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

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

background-color css

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

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

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

border-color css

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

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

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