Html Css Color HEX #A33C60 Rouge

📋 copy color: '#A33C60'

red 163 ◦ green 60 ◦ blue 96

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

Shades of Rouge #A33C60

Tints of Rouge #A33C60

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 51.1%
G = 18.81%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A33C60 (or 0xA33C60) is known color: Rouge. HEX triplet: A3, 3C and 60. RGB value is (163,60,96). Sum of RGB (Red+Green+Blue) = 163+60+96=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C60 is #5CC39F. Grayscale: #5E5E5E. Windows color (decimal): -6079392 or 6306979. OLE color: 6306979.

HSL color Cylindrical-coordinate representation of color #A33C60: hue angle of 339.03º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C60 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 96 -
CMYK 0 0.63 0.41 0.36
HSL 339.03º 0.46% 0.44% -
HSV(B) 339.03º 0.63% 0.64% -
XYZ 18.83 11.86 12.36 -
YUV 94.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 163 60 96 0 0.63 0.41 0.36 339.03 0.46 0.44
Hex A3 3C 60 0 3F 29 24 153 2E 2C
Octal 243 74 140 0 77 51 44 523 56 54
Binary 10100011 111100 1100000 0 111111 101001 100100 101010011 101110 101100

Color Harmonies of #A33C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C60

Black with #A33C60

Text Example


Text Example

White with #A33C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C60; }

 p { color: rgb(163,60,96); }

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

background-color css

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

 a { background-color: rgb(163,60,96); }

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

border-color css

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

 span { border-color: rgb(163,60,96); }

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