Html Css Color HEX #A23273 Rouge

📋 copy color: '#A23273'

red 162 ◦ green 50 ◦ blue 115

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

Shades of Rouge #A23273

Tints of Rouge #A23273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 49.54%
G = 15.29%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A23273 (or 0xA23273) is known color: Rouge. HEX triplet: A2, 32 and 73. RGB value is (162,50,115). Sum of RGB (Red+Green+Blue) = 162+50+115=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A23273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23273 is #5DCD8C. Grayscale: #5A5A5A. Windows color (decimal): -6147469 or 7549602. OLE color: 7549602.

HSL color Cylindrical-coordinate representation of color #A23273: hue angle of 325.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23273 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 115 -
CMYK 0 0.69 0.29 0.36
HSL 325.18º 0.53% 0.42% -
HSV(B) 325.18º 0.69% 0.64% -
XYZ 19.14 11.2 17.37 -
YUV 90.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 162 50 115 0 0.69 0.29 0.36 325.18 0.53 0.42
Hex A2 32 73 0 45 1D 24 145 35 2A
Octal 242 62 163 0 105 35 44 505 65 52
Binary 10100010 110010 1110011 0 1000101 11101 100100 101000101 110101 101010

Color Harmonies of #A23273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23273

Black with #A23273

Text Example


Text Example

White with #A23273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23273; }

 p { color: rgb(162,50,115); }

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

background-color css

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

 a { background-color: rgb(162,50,115); }

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

border-color css

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

 span { border-color: rgb(162,50,115); }

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