Html Css Color HEX #A23170 Rouge

📋 copy color: '#A23170'

red 162 ◦ green 49 ◦ blue 112

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

Shades of Rouge #A23170

Tints of Rouge #A23170

RGB

 RED value IS 162 (63.67% from 255) = 50.15%

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 50.15%
G = 15.17%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23170 (or 0xA23170) is known color: Rouge. HEX triplet: A2, 31 and 70. RGB value is (162,49,112). Sum of RGB (Red+Green+Blue) = 162+49+112=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A23170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23170 is #5DCE8F. Grayscale: #595959. Windows color (decimal): -6147728 or 7352738. OLE color: 7352738.

HSL color Cylindrical-coordinate representation of color #A23170: hue angle of 326.55º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23170 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 112 -
CMYK 0 0.70 0.31 0.36
HSL 326.55º 0.54% 0.41% -
HSV(B) 326.55º 0.7% 0.64% -
XYZ 18.92 11.05 16.46 -
YUV 89.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 162 49 112 0 0.70 0.31 0.36 326.55 0.54 0.41
Hex A2 31 70 0 46 1F 24 147 36 29
Octal 242 61 160 0 106 37 44 507 66 51
Binary 10100010 110001 1110000 0 1000110 11111 100100 101000111 110110 101001

Color Harmonies of #A23170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23170

Black with #A23170

Text Example


Text Example

White with #A23170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23170; }

 p { color: rgb(162,49,112); }

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

background-color css

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

 a { background-color: rgb(162,49,112); }

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

border-color css

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

 span { border-color: rgb(162,49,112); }

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