Html Css Color HEX #A23563 Rouge

📋 copy color: '#A23563'

red 162 ◦ green 53 ◦ blue 99

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

Shades of Rouge #A23563

Tints of Rouge #A23563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 51.59%
G = 16.88%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A23563 (or 0xA23563) is known color: Rouge. HEX triplet: A2, 35 and 63. RGB value is (162,53,99). Sum of RGB (Red+Green+Blue) = 162+53+99=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23563 is #5DCA9C. Grayscale: #5A5A5A. Windows color (decimal): -6146717 or 6501794. OLE color: 6501794.

HSL color Cylindrical-coordinate representation of color #A23563: hue angle of 334.68º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23563 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 53 99 -
CMYK 0 0.67 0.39 0.36
HSL 334.68º 0.51% 0.42% -
HSV(B) 334.68º 0.67% 0.64% -
XYZ 18.43 11.13 12.98 -
YUV 90.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 162 53 99 0 0.67 0.39 0.36 334.68 0.51 0.42
Hex A2 35 63 0 43 27 24 14F 33 2A
Octal 242 65 143 0 103 47 44 517 63 52
Binary 10100010 110101 1100011 0 1000011 100111 100100 101001111 110011 101010

Color Harmonies of #A23563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23563

Black with #A23563

Text Example


Text Example

White with #A23563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23563; }

 p { color: rgb(162,53,99); }

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

background-color css

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

 a { background-color: rgb(162,53,99); }

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

border-color css

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

 span { border-color: rgb(162,53,99); }

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