Html Css Color HEX #A0356B Rouge

📋 copy color: '#A0356B'

red 160 ◦ green 53 ◦ blue 107

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

Shades of Rouge #A0356B

Tints of Rouge #A0356B

RGB

 RED value IS 160 (62.89% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 50%
G = 16.56%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0356B (or 0xA0356B) is known color: Rouge. HEX triplet: A0, 35 and 6B. RGB value is (160,53,107). Sum of RGB (Red+Green+Blue) = 160+53+107=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0356B is #5FCA94. Grayscale: #5B5B5B. Windows color (decimal): -6277781 or 7026080. OLE color: 7026080.

HSL color Cylindrical-coordinate representation of color #A0356B: hue angle of 329.72º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0356B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 107 -
CMYK 0 0.67 0.33 0.37
HSL 329.72º 0.5% 0.42% -
HSV(B) 329.72º 0.67% 0.63% -
XYZ 18.42 11.08 15.08 -
YUV 91.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 160 53 107 0 0.67 0.33 0.37 329.72 0.5 0.42
Hex A0 35 6B 0 43 21 25 14A 32 2A
Octal 240 65 153 0 103 41 45 512 62 52
Binary 10100000 110101 1101011 0 1000011 100001 100101 101001010 110010 101010

Color Harmonies of #A0356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0356B

Black with #A0356B

Text Example


Text Example

White with #A0356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0356B; }

 p { color: rgb(160,53,107); }

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

background-color css

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

 a { background-color: rgb(160,53,107); }

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

border-color css

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

 span { border-color: rgb(160,53,107); }

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