Html Css Color HEX #A93162 Rouge

📋 copy color: '#A93162'

red 169 ◦ green 49 ◦ blue 98

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

Shades of Rouge #A93162

Tints of Rouge #A93162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 53.48%
G = 15.51%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A93162 (or 0xA93162) is known color: Rouge. HEX triplet: A9, 31 and 62. RGB value is (169,49,98). Sum of RGB (Red+Green+Blue) = 169+49+98=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A93162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93162 is #56CE9D. Grayscale: #5A5A5A. Windows color (decimal): -5688990 or 6435241. OLE color: 6435241.

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

Color convert

RGB 169 49 98 -
CMYK 0 0.71 0.42 0.34
HSL 335.5º 0.55% 0.43% -
HSV(B) 335.5º 0.71% 0.66% -
XYZ 19.67 11.51 12.74 -
YUV 90.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 169 49 98 0 0.71 0.42 0.34 335.5 0.55 0.43
Hex A9 31 62 0 47 2A 22 150 37 2B
Octal 251 61 142 0 107 52 42 520 67 53
Binary 10101001 110001 1100010 0 1000111 101010 100010 101010000 110111 101011

Color Harmonies of #A93162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93162

Black with #A93162

Text Example


Text Example

White with #A93162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93162; }

 p { color: rgb(169,49,98); }

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

background-color css

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

 a { background-color: rgb(169,49,98); }

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

border-color css

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

 span { border-color: rgb(169,49,98); }

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