Html Css Color HEX #A24174 Rouge

📋 copy color: '#A24174'

red 162 ◦ green 65 ◦ blue 116

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

Shades of Rouge #A24174

Tints of Rouge #A24174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 47.23%
G = 18.95%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24174 (or 0xA24174) is known color: Rouge. HEX triplet: A2, 41 and 74. RGB value is (162,65,116). Sum of RGB (Red+Green+Blue) = 162+65+116=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A24174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24174 is #5DBE8B. Grayscale: #636363. Windows color (decimal): -6143628 or 7618978. OLE color: 7618978.

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

Color convert

RGB 162 65 116 -
CMYK 0 0.60 0.28 0.36
HSL 328.45º 0.43% 0.45% -
HSV(B) 328.45º 0.6% 0.64% -
XYZ 19.94 12.72 17.93 -
YUV 99.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 162 65 116 0 0.60 0.28 0.36 328.45 0.43 0.45
Hex A2 41 74 0 3C 1C 24 148 2B 2D
Octal 242 101 164 0 74 34 44 510 53 55
Binary 10100010 1000001 1110100 0 111100 11100 100100 101001000 101011 101101

Color Harmonies of #A24174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24174

Black with #A24174

Text Example


Text Example

White with #A24174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24174; }

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

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

background-color css

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

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

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

border-color css

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

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

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