Html Css Color HEX #A23C77 Rouge

📋 copy color: '#A23C77'

red 162 ◦ green 60 ◦ blue 119

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

Shades of Rouge #A23C77

Tints of Rouge #A23C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 47.51%
G = 17.6%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A23C77 (or 0xA23C77) is known color: Rouge. HEX triplet: A2, 3C and 77. RGB value is (162,60,119). Sum of RGB (Red+Green+Blue) = 162+60+119=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C77 is #5DC388. Grayscale: #616161. Windows color (decimal): -6144905 or 7814306. OLE color: 7814306.

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

Color convert

RGB 162 60 119 -
CMYK 0 0.63 0.27 0.36
HSL 325.29º 0.46% 0.44% -
HSV(B) 325.29º 0.63% 0.64% -
XYZ 19.85 12.25 18.77 -
YUV 97.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 162 60 119 0 0.63 0.27 0.36 325.29 0.46 0.44
Hex A2 3C 77 0 3F 1B 24 145 2E 2C
Octal 242 74 167 0 77 33 44 505 56 54
Binary 10100010 111100 1110111 0 111111 11011 100100 101000101 101110 101100

Color Harmonies of #A23C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C77

Black with #A23C77

Text Example


Text Example

White with #A23C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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