Html Css Color HEX #A12D70 Rouge

📋 copy color: '#A12D70'

red 161 ◦ green 45 ◦ blue 112

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

Shades of Rouge #A12D70

Tints of Rouge #A12D70

RGB

 RED value IS 161 (63.28% from 255) = 50.63%

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 50.63%
G = 14.15%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A12D70 (or 0xA12D70) is known color: Rouge. HEX triplet: A1, 2D and 70. RGB value is (161,45,112). Sum of RGB (Red+Green+Blue) = 161+45+112=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12D70 is #5ED28F. Grayscale: #575757. Windows color (decimal): -6214288 or 7351713. OLE color: 7351713.

HSL color Cylindrical-coordinate representation of color #A12D70: hue angle of 325.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D70 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 45 112 -
CMYK 0 0.72 0.30 0.37
HSL 325.34º 0.56% 0.4% -
HSV(B) 325.34º 0.72% 0.63% -
XYZ 18.56 10.62 16.4 -
YUV 87.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 161 45 112 0 0.72 0.30 0.37 325.34 0.56 0.4
Hex A1 2D 70 0 48 1E 25 145 38 28
Octal 241 55 160 0 110 36 45 505 70 50
Binary 10100001 101101 1110000 0 1001000 11110 100101 101000101 111000 101000

Color Harmonies of #A12D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12D70

Black with #A12D70

Text Example


Text Example

White with #A12D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12D70; }

 p { color: rgb(161,45,112); }

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

background-color css

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

 a { background-color: rgb(161,45,112); }

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

border-color css

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

 span { border-color: rgb(161,45,112); }

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