Html Css Color HEX #A93165 Rouge

📋 copy color: '#A93165'

red 169 ◦ green 49 ◦ blue 101

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

Shades of Rouge #A93165

Tints of Rouge #A93165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 52.98%
G = 15.36%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A93165 (or 0xA93165) is known color: Rouge. HEX triplet: A9, 31 and 65. RGB value is (169,49,101). Sum of RGB (Red+Green+Blue) = 169+49+101=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A93165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93165 is #56CE9A. Grayscale: #5A5A5A. Windows color (decimal): -5688987 or 6631849. OLE color: 6631849.

HSL color Cylindrical-coordinate representation of color #A93165: hue angle of 334º 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 #A93165 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 101 -
CMYK 0 0.71 0.40 0.34
HSL 334º 0.55% 0.43% -
HSV(B) 334º 0.71% 0.66% -
XYZ 19.81 11.57 13.5 -
YUV 90.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 169 49 101 0 0.71 0.40 0.34 334 0.55 0.43
Hex A9 31 65 0 47 28 22 14E 37 2B
Octal 251 61 145 0 107 50 42 516 67 53
Binary 10101001 110001 1100101 0 1000111 101000 100010 101001110 110111 101011

Color Harmonies of #A93165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93165

Black with #A93165

Text Example


Text Example

White with #A93165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93165; }

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

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

background-color css

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

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

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

border-color css

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

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

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