Html Css Color HEX #A23D72 Rouge

📋 copy color: '#A23D72'

red 162 ◦ green 61 ◦ blue 114

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

Shades of Rouge #A23D72

Tints of Rouge #A23D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 48.07%
G = 18.1%
B = 33.83%

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

#A23D72 (or 0xA23D72) is known color: Rouge. HEX triplet: A2, 3D and 72. RGB value is (162,61,114). Sum of RGB (Red+Green+Blue) = 162+61+114=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D72 is #5DC28D. Grayscale: #616161. Windows color (decimal): -6144654 or 7486882. OLE color: 7486882.

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

Color convert

RGB 162 61 114 -
CMYK 0 0.62 0.30 0.36
HSL 328.51º 0.45% 0.44% -
HSV(B) 328.51º 0.62% 0.64% -
XYZ 19.61 12.23 17.25 -
YUV 97.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 162 61 114 0 0.62 0.30 0.36 328.51 0.45 0.44
Hex A2 3D 72 0 3E 1E 24 149 2D 2C
Octal 242 75 162 0 76 36 44 511 55 54
Binary 10100010 111101 1110010 0 111110 11110 100100 101001001 101101 101100

Color Harmonies of #A23D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D72

Black with #A23D72

Text Example


Text Example

White with #A23D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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