Html Css Color HEX #A23E76 Rouge

📋 copy color: '#A23E76'

red 162 ◦ green 62 ◦ blue 118

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

Shades of Rouge #A23E76

Tints of Rouge #A23E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 47.37%
G = 18.13%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A23E76 (or 0xA23E76) is known color: Rouge. HEX triplet: A2, 3E and 76. RGB value is (162,62,118). Sum of RGB (Red+Green+Blue) = 162+62+118=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E76 is #5DC189. Grayscale: #626262. Windows color (decimal): -6144394 or 7749282. OLE color: 7749282.

HSL color Cylindrical-coordinate representation of color #A23E76: hue angle of 326.4º 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 #A23E76 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 62 118 -
CMYK 0 0.62 0.27 0.36
HSL 326.4º 0.45% 0.44% -
HSV(B) 326.4º 0.62% 0.64% -
XYZ 19.89 12.43 18.49 -
YUV 98.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 162 62 118 0 0.62 0.27 0.36 326.4 0.45 0.44
Hex A2 3E 76 0 3E 1B 24 146 2D 2C
Octal 242 76 166 0 76 33 44 506 55 54
Binary 10100010 111110 1110110 0 111110 11011 100100 101000110 101101 101100

Color Harmonies of #A23E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E76

Black with #A23E76

Text Example


Text Example

White with #A23E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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