Html Css Color HEX #A23D76 Rouge

📋 copy color: '#A23D76'

red 162 ◦ green 61 ◦ blue 118

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

Shades of Rouge #A23D76

Tints of Rouge #A23D76

RGB

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

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

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

R = 47.51%
G = 17.89%
B = 34.6%

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

#A23D76 (or 0xA23D76) is known color: Rouge. HEX triplet: A2, 3D and 76. RGB value is (162,61,118). Sum of RGB (Red+Green+Blue) = 162+61+118=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D76 is #5DC289. Grayscale: #616161. Windows color (decimal): -6144650 or 7749026. OLE color: 7749026.

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

Color convert

RGB 162 61 118 -
CMYK 0 0.62 0.27 0.36
HSL 326.14º 0.45% 0.44% -
HSV(B) 326.14º 0.62% 0.64% -
XYZ 19.84 12.33 18.47 -
YUV 97.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 162 61 118 0 0.62 0.27 0.36 326.14 0.45 0.44
Hex A2 3D 76 0 3E 1B 24 146 2D 2C
Octal 242 75 166 0 76 33 44 506 55 54
Binary 10100010 111101 1110110 0 111110 11011 100100 101000110 101101 101100

Color Harmonies of #A23D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D76

Black with #A23D76

Text Example


Text Example

White with #A23D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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