Html Css Color HEX #A23474 Rouge

📋 copy color: '#A23474'

red 162 ◦ green 52 ◦ blue 116

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

Shades of Rouge #A23474

Tints of Rouge #A23474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 49.09%
G = 15.76%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A23474 (or 0xA23474) is known color: Rouge. HEX triplet: A2, 34 and 74. RGB value is (162,52,116). Sum of RGB (Red+Green+Blue) = 162+52+116=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23474 is #5DCB8B. Grayscale: #5C5C5C. Windows color (decimal): -6146956 or 7615650. OLE color: 7615650.

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

Color convert

RGB 162 52 116 -
CMYK 0 0.68 0.28 0.36
HSL 325.09º 0.51% 0.42% -
HSV(B) 325.09º 0.68% 0.64% -
XYZ 19.28 11.4 17.71 -
YUV 92.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 162 52 116 0 0.68 0.28 0.36 325.09 0.51 0.42
Hex A2 34 74 0 44 1C 24 145 33 2A
Octal 242 64 164 0 104 34 44 505 63 52
Binary 10100010 110100 1110100 0 1000100 11100 100100 101000101 110011 101010

Color Harmonies of #A23474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23474

Black with #A23474

Text Example


Text Example

White with #A23474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23474; }

 p { color: rgb(162,52,116); }

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

background-color css

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

 a { background-color: rgb(162,52,116); }

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

border-color css

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

 span { border-color: rgb(162,52,116); }

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