Html Css Color HEX #A23B6D Rouge

📋 copy color: '#A23B6D'

red 162 ◦ green 59 ◦ blue 109

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

Shades of Rouge #A23B6D

Tints of Rouge #A23B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 49.09%
G = 17.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A23B6D (or 0xA23B6D) is known color: Rouge. HEX triplet: A2, 3B and 6D. RGB value is (162,59,109). Sum of RGB (Red+Green+Blue) = 162+59+109=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B6D is #5DC492. Grayscale: #5F5F5F. Windows color (decimal): -6145171 or 7158690. OLE color: 7158690.

HSL color Cylindrical-coordinate representation of color #A23B6D: hue angle of 330.87º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B6D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 59 109 -
CMYK 0 0.64 0.33 0.36
HSL 330.87º 0.47% 0.43% -
HSV(B) 330.87º 0.64% 0.64% -
XYZ 19.22 11.91 15.75 -
YUV 95.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 162 59 109 0 0.64 0.33 0.36 330.87 0.47 0.43
Hex A2 3B 6D 0 40 21 24 14B 2F 2B
Octal 242 73 155 0 100 41 44 513 57 53
Binary 10100010 111011 1101101 0 1000000 100001 100100 101001011 101111 101011

Color Harmonies of #A23B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B6D

Black with #A23B6D

Text Example


Text Example

White with #A23B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B6D; }

 p { color: rgb(162,59,109); }

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

background-color css

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

 a { background-color: rgb(162,59,109); }

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

border-color css

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

 span { border-color: rgb(162,59,109); }

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