Html Css Color HEX #A14664 Rouge

📋 copy color: '#A14664'

red 161 ◦ green 70 ◦ blue 100

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

Shades of Rouge #A14664

Tints of Rouge #A14664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 48.64%
G = 21.15%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A14664 (or 0xA14664) is known color: Rouge. HEX triplet: A1, 46 and 64. RGB value is (161,70,100). Sum of RGB (Red+Green+Blue) = 161+70+100=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14664 is #5EB99B. Grayscale: #646464. Windows color (decimal): -6207900 or 6571681. OLE color: 6571681.

HSL color Cylindrical-coordinate representation of color #A14664: hue angle of 340.22º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14664 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 100 -
CMYK 0 0.57 0.38 0.37
HSL 340.22º 0.39% 0.45% -
HSV(B) 340.22º 0.57% 0.63% -
XYZ 19.19 12.88 13.53 -
YUV 100.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 161 70 100 0 0.57 0.38 0.37 340.22 0.39 0.45
Hex A1 46 64 0 39 26 25 154 27 2D
Octal 241 106 144 0 71 46 45 524 47 55
Binary 10100001 1000110 1100100 0 111001 100110 100101 101010100 100111 101101

Color Harmonies of #A14664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14664

Black with #A14664

Text Example


Text Example

White with #A14664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14664; }

 p { color: rgb(161,70,100); }

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

background-color css

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

 a { background-color: rgb(161,70,100); }

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

border-color css

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

 span { border-color: rgb(161,70,100); }

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