Html Css Color HEX #A23E73 Rouge

📋 copy color: '#A23E73'

red 162 ◦ green 62 ◦ blue 115

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

Shades of Rouge #A23E73

Tints of Rouge #A23E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

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

R = 47.79%
G = 18.29%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A23E73 (or 0xA23E73) is known color: Rouge. HEX triplet: A2, 3E and 73. RGB value is (162,62,115). Sum of RGB (Red+Green+Blue) = 162+62+115=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E73 is #5DC18C. Grayscale: #616161. Windows color (decimal): -6144397 or 7552674. OLE color: 7552674.

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

Color convert

RGB 162 62 115 -
CMYK 0 0.62 0.29 0.36
HSL 328.2º 0.45% 0.44% -
HSV(B) 328.2º 0.62% 0.64% -
XYZ 19.72 12.36 17.57 -
YUV 97.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 162 62 115 0 0.62 0.29 0.36 328.2 0.45 0.44
Hex A2 3E 73 0 3E 1D 24 148 2D 2C
Octal 242 76 163 0 76 35 44 510 55 54
Binary 10100010 111110 1110011 0 111110 11101 100100 101001000 101101 101100

Color Harmonies of #A23E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E73

Black with #A23E73

Text Example


Text Example

White with #A23E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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