Html Css Color HEX #A03362 Rouge

📋 copy color: '#A03362'

red 160 ◦ green 51 ◦ blue 98

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

Shades of Rouge #A03362

Tints of Rouge #A03362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 51.78%
G = 16.5%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A03362 (or 0xA03362) is known color: Rouge. HEX triplet: A0, 33 and 62. RGB value is (160,51,98). Sum of RGB (Red+Green+Blue) = 160+51+98=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A03362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03362 is #5FCC9D. Grayscale: #585858. Windows color (decimal): -6278302 or 6435744. OLE color: 6435744.

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

Color convert

RGB 160 51 98 -
CMYK 0 0.68 0.39 0.37
HSL 334.13º 0.52% 0.41% -
HSV(B) 334.13º 0.68% 0.63% -
XYZ 17.89 10.72 12.68 -
YUV 88.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 160 51 98 0 0.68 0.39 0.37 334.13 0.52 0.41
Hex A0 33 62 0 44 27 25 14E 34 29
Octal 240 63 142 0 104 47 45 516 64 51
Binary 10100000 110011 1100010 0 1000100 100111 100101 101001110 110100 101001

Color Harmonies of #A03362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03362

Black with #A03362

Text Example


Text Example

White with #A03362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03362; }

 p { color: rgb(160,51,98); }

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

background-color css

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

 a { background-color: rgb(160,51,98); }

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

border-color css

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

 span { border-color: rgb(160,51,98); }

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