Html Css Color HEX #A2446C Rouge

📋 copy color: '#A2446C'

red 162 ◦ green 68 ◦ blue 108

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

Shades of Rouge #A2446C

Tints of Rouge #A2446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 47.93%
G = 20.12%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2446C (or 0xA2446C) is known color: Rouge. HEX triplet: A2, 44 and 6C. RGB value is (162,68,108). Sum of RGB (Red+Green+Blue) = 162+68+108=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446C is #5DBB93. Grayscale: #646464. Windows color (decimal): -6142868 or 7095458. OLE color: 7095458.

HSL color Cylindrical-coordinate representation of color #A2446C: hue angle of 334.47º 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 #A2446C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 108 -
CMYK 0 0.58 0.33 0.36
HSL 334.47º 0.41% 0.45% -
HSV(B) 334.47º 0.58% 0.64% -
XYZ 19.67 12.9 15.64 -
YUV 100.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 162 68 108 0 0.58 0.33 0.36 334.47 0.41 0.45
Hex A2 44 6C 0 3A 21 24 14E 29 2D
Octal 242 104 154 0 72 41 44 516 51 55
Binary 10100010 1000100 1101100 0 111010 100001 100100 101001110 101001 101101

Color Harmonies of #A2446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2446C

Black with #A2446C

Text Example


Text Example

White with #A2446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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