Html Css Color HEX #A0306C Rouge

📋 copy color: '#A0306C'

red 160 ◦ green 48 ◦ blue 108

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

Shades of Rouge #A0306C

Tints of Rouge #A0306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 50.63%
G = 15.19%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0306C (or 0xA0306C) is known color: Rouge. HEX triplet: A0, 30 and 6C. RGB value is (160,48,108). Sum of RGB (Red+Green+Blue) = 160+48+108=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0306C is #5FCF93. Grayscale: #585858. Windows color (decimal): -6279060 or 7090336. OLE color: 7090336.

HSL color Cylindrical-coordinate representation of color #A0306C: hue angle of 327.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0306C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 108 -
CMYK 0 0.70 0.32 0.37
HSL 327.86º 0.54% 0.41% -
HSV(B) 327.86º 0.7% 0.63% -
XYZ 18.26 10.67 15.28 -
YUV 88.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 160 48 108 0 0.70 0.32 0.37 327.86 0.54 0.41
Hex A0 30 6C 0 46 20 25 148 36 29
Octal 240 60 154 0 106 40 45 510 66 51
Binary 10100000 110000 1101100 0 1000110 100000 100101 101001000 110110 101001

Color Harmonies of #A0306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0306C

Black with #A0306C

Text Example


Text Example

White with #A0306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0306C; }

 p { color: rgb(160,48,108); }

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

background-color css

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

 a { background-color: rgb(160,48,108); }

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

border-color css

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

 span { border-color: rgb(160,48,108); }

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