Html Css Color HEX #A14568 Rouge

📋 copy color: '#A14568'

red 161 ◦ green 69 ◦ blue 104

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

Shades of Rouge #A14568

Tints of Rouge #A14568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 48.2%
G = 20.66%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A14568 (or 0xA14568) is known color: Rouge. HEX triplet: A1, 45 and 68. RGB value is (161,69,104). Sum of RGB (Red+Green+Blue) = 161+69+104=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A14568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14568 is #5EBA97. Grayscale: #646464. Windows color (decimal): -6208152 or 6833569. OLE color: 6833569.

HSL color Cylindrical-coordinate representation of color #A14568: hue angle of 337.17º degrees, saturation: 0.4, 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 #A14568 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 104 -
CMYK 0 0.57 0.35 0.37
HSL 337.17º 0.4% 0.45% -
HSV(B) 337.17º 0.57% 0.63% -
XYZ 19.32 12.83 14.56 -
YUV 100.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 161 69 104 0 0.57 0.35 0.37 337.17 0.4 0.45
Hex A1 45 68 0 39 23 25 151 28 2D
Octal 241 105 150 0 71 43 45 521 50 55
Binary 10100001 1000101 1101000 0 111001 100011 100101 101010001 101000 101101

Color Harmonies of #A14568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14568

Black with #A14568

Text Example


Text Example

White with #A14568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14568; }

 p { color: rgb(161,69,104); }

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

background-color css

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

 a { background-color: rgb(161,69,104); }

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

border-color css

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

 span { border-color: rgb(161,69,104); }

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