Html Css Color HEX #A23C72 Rouge

📋 copy color: '#A23C72'

red 162 ◦ green 60 ◦ blue 114

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

Shades of Rouge #A23C72

Tints of Rouge #A23C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 48.21%
G = 17.86%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23C72 (or 0xA23C72) is known color: Rouge. HEX triplet: A2, 3C and 72. RGB value is (162,60,114). Sum of RGB (Red+Green+Blue) = 162+60+114=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C72 is #5DC38D. Grayscale: #606060. Windows color (decimal): -6144910 or 7486626. OLE color: 7486626.

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

Color convert

RGB 162 60 114 -
CMYK 0 0.63 0.30 0.36
HSL 328.24º 0.46% 0.44% -
HSV(B) 328.24º 0.63% 0.64% -
XYZ 19.55 12.13 17.23 -
YUV 96.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 162 60 114 0 0.63 0.30 0.36 328.24 0.46 0.44
Hex A2 3C 72 0 3F 1E 24 148 2E 2C
Octal 242 74 162 0 77 36 44 510 56 54
Binary 10100010 111100 1110010 0 111111 11110 100100 101001000 101110 101100

Color Harmonies of #A23C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C72

Black with #A23C72

Text Example


Text Example

White with #A23C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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