Html Css Color HEX #A23E72 Rouge

📋 copy color: '#A23E72'

red 162 ◦ green 62 ◦ blue 114

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

Shades of Rouge #A23E72

Tints of Rouge #A23E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 47.93%
G = 18.34%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23E72 (or 0xA23E72) is known color: Rouge. HEX triplet: A2, 3E and 72. RGB value is (162,62,114). Sum of RGB (Red+Green+Blue) = 162+62+114=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E72 is #5DC18D. Grayscale: #616161. Windows color (decimal): -6144398 or 7487138. OLE color: 7487138.

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

Color convert

RGB 162 62 114 -
CMYK 0 0.62 0.30 0.36
HSL 328.8º 0.45% 0.44% -
HSV(B) 328.8º 0.62% 0.64% -
XYZ 19.66 12.34 17.27 -
YUV 97.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 162 62 114 0 0.62 0.30 0.36 328.8 0.45 0.44
Hex A2 3E 72 0 3E 1E 24 149 2D 2C
Octal 242 76 162 0 76 36 44 511 55 54
Binary 10100010 111110 1110010 0 111110 11110 100100 101001001 101101 101100

Color Harmonies of #A23E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E72

Black with #A23E72

Text Example


Text Example

White with #A23E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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