Html Css Color HEX #A23D73 Rouge

📋 copy color: '#A23D73'

red 162 ◦ green 61 ◦ blue 115

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

Shades of Rouge #A23D73

Tints of Rouge #A23D73

RGB

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

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

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

R = 47.93%
G = 18.05%
B = 34.02%

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

#A23D73 (or 0xA23D73) is known color: Rouge. HEX triplet: A2, 3D and 73. RGB value is (162,61,115). Sum of RGB (Red+Green+Blue) = 162+61+115=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D73 is #5DC28C. Grayscale: #616161. Windows color (decimal): -6144653 or 7552418. OLE color: 7552418.

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

Color convert

RGB 162 61 115 -
CMYK 0 0.62 0.29 0.36
HSL 327.92º 0.45% 0.44% -
HSV(B) 327.92º 0.62% 0.64% -
XYZ 19.66 12.26 17.55 -
YUV 97.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 162 61 115 0 0.62 0.29 0.36 327.92 0.45 0.44
Hex A2 3D 73 0 3E 1D 24 148 2D 2C
Octal 242 75 163 0 76 35 44 510 55 54
Binary 10100010 111101 1110011 0 111110 11101 100100 101001000 101101 101100

Color Harmonies of #A23D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D73

Black with #A23D73

Text Example


Text Example

White with #A23D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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