Html Css Color HEX #A33C6E Rouge

📋 copy color: '#A33C6E'

red 163 ◦ green 60 ◦ blue 110

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

Shades of Rouge #A33C6E

Tints of Rouge #A33C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 48.95%
G = 18.02%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A33C6E (or 0xA33C6E) is known color: Rouge. HEX triplet: A3, 3C and 6E. RGB value is (163,60,110). Sum of RGB (Red+Green+Blue) = 163+60+110=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C6E is #5CC391. Grayscale: #606060. Windows color (decimal): -6079378 or 7224483. OLE color: 7224483.

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

Color convert

RGB 163 60 110 -
CMYK 0 0.63 0.33 0.36
HSL 330.87º 0.46% 0.44% -
HSV(B) 330.87º 0.63% 0.64% -
XYZ 19.53 12.14 16.07 -
YUV 96.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 163 60 110 0 0.63 0.33 0.36 330.87 0.46 0.44
Hex A3 3C 6E 0 3F 21 24 14B 2E 2C
Octal 243 74 156 0 77 41 44 513 56 54
Binary 10100011 111100 1101110 0 111111 100001 100100 101001011 101110 101100

Color Harmonies of #A33C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C6E

Black with #A33C6E

Text Example


Text Example

White with #A33C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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