Html Css Color HEX #A2446E Rouge

📋 copy color: '#A2446E'

red 162 ◦ green 68 ◦ blue 110

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

Shades of Rouge #A2446E

Tints of Rouge #A2446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 47.65%
G = 20%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2446E (or 0xA2446E) is known color: Rouge. HEX triplet: A2, 44 and 6E. RGB value is (162,68,110). Sum of RGB (Red+Green+Blue) = 162+68+110=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446E is #5DBB91. Grayscale: #646464. Windows color (decimal): -6142866 or 7226530. OLE color: 7226530.

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

Color convert

RGB 162 68 110 -
CMYK 0 0.58 0.32 0.36
HSL 333.19º 0.41% 0.45% -
HSV(B) 333.19º 0.58% 0.64% -
XYZ 19.78 12.94 16.21 -
YUV 100.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 162 68 110 0 0.58 0.32 0.36 333.19 0.41 0.45
Hex A2 44 6E 0 3A 20 24 14D 29 2D
Octal 242 104 156 0 72 40 44 515 51 55
Binary 10100010 1000100 1101110 0 111010 100000 100100 101001101 101001 101101

Color Harmonies of #A2446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2446E

Black with #A2446E

Text Example


Text Example

White with #A2446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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