Html Css Color HEX #A13268 Rouge

📋 copy color: '#A13268'

red 161 ◦ green 50 ◦ blue 104

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

Shades of Rouge #A13268

Tints of Rouge #A13268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 51.11%
G = 15.87%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A13268 (or 0xA13268) is known color: Rouge. HEX triplet: A1, 32 and 68. RGB value is (161,50,104). Sum of RGB (Red+Green+Blue) = 161+50+104=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13268 is #5ECD97. Grayscale: #595959. Windows color (decimal): -6213016 or 6828705. OLE color: 6828705.

HSL color Cylindrical-coordinate representation of color #A13268: hue angle of 330.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13268 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 104 -
CMYK 0 0.69 0.35 0.37
HSL 330.81º 0.53% 0.41% -
HSV(B) 330.81º 0.69% 0.63% -
XYZ 18.34 10.86 14.23 -
YUV 89.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 161 50 104 0 0.69 0.35 0.37 330.81 0.53 0.41
Hex A1 32 68 0 45 23 25 14B 35 29
Octal 241 62 150 0 105 43 45 513 65 51
Binary 10100001 110010 1101000 0 1000101 100011 100101 101001011 110101 101001

Color Harmonies of #A13268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13268

Black with #A13268

Text Example


Text Example

White with #A13268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13268; }

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

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

background-color css

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

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

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

border-color css

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

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

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