Html Css Color HEX #A33C6F Rouge

📋 copy color: '#A33C6F'

red 163 ◦ green 60 ◦ blue 111

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

Shades of Rouge #A33C6F

Tints of Rouge #A33C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 48.8%
G = 17.96%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A33C6F (or 0xA33C6F) is known color: Rouge. HEX triplet: A3, 3C and 6F. RGB value is (163,60,111). Sum of RGB (Red+Green+Blue) = 163+60+111=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C6F is #5CC390. Grayscale: #606060. Windows color (decimal): -6079377 or 7290019. OLE color: 7290019.

HSL color Cylindrical-coordinate representation of color #A33C6F: hue angle of 330.29º 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 #A33C6F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 111 -
CMYK 0 0.63 0.32 0.36
HSL 330.29º 0.46% 0.44% -
HSV(B) 330.29º 0.63% 0.64% -
XYZ 19.59 12.17 16.35 -
YUV 96.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 163 60 111 0 0.63 0.32 0.36 330.29 0.46 0.44
Hex A3 3C 6F 0 3F 20 24 14A 2E 2C
Octal 243 74 157 0 77 40 44 512 56 54
Binary 10100011 111100 1101111 0 111111 100000 100100 101001010 101110 101100

Color Harmonies of #A33C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C6F

Black with #A33C6F

Text Example


Text Example

White with #A33C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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