Html Css Color HEX #A2476E Rouge

📋 copy color: '#A2476E'

red 162 ◦ green 71 ◦ blue 110

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

Shades of Rouge #A2476E

Tints of Rouge #A2476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 47.23%
G = 20.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2476E (or 0xA2476E) is known color: Rouge. HEX triplet: A2, 47 and 6E. RGB value is (162,71,110). Sum of RGB (Red+Green+Blue) = 162+71+110=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2476E is #5DB891. Grayscale: #666666. Windows color (decimal): -6142098 or 7227298. OLE color: 7227298.

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

Color convert

RGB 162 71 110 -
CMYK 0 0.56 0.32 0.36
HSL 334.29º 0.39% 0.46% -
HSV(B) 334.29º 0.56% 0.64% -
XYZ 19.97 13.31 16.27 -
YUV 102.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 162 71 110 0 0.56 0.32 0.36 334.29 0.39 0.46
Hex A2 47 6E 0 38 20 24 14E 27 2E
Octal 242 107 156 0 70 40 44 516 47 56
Binary 10100010 1000111 1101110 0 111000 100000 100100 101001110 100111 101110

Color Harmonies of #A2476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2476E

Black with #A2476E

Text Example


Text Example

White with #A2476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2476E; }

 p { color: rgb(162,71,110); }

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

background-color css

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

 a { background-color: rgb(162,71,110); }

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

border-color css

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

 span { border-color: rgb(162,71,110); }

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