Html Css Color HEX #A33C70 Rouge

📋 copy color: '#A33C70'

red 163 ◦ green 60 ◦ blue 112

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

Shades of Rouge #A33C70

Tints of Rouge #A33C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 48.66%
G = 17.91%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A33C70 (or 0xA33C70) is known color: Rouge. HEX triplet: A3, 3C and 70. RGB value is (163,60,112). Sum of RGB (Red+Green+Blue) = 163+60+112=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C70 is #5CC38F. Grayscale: #606060. Windows color (decimal): -6079376 or 7355555. OLE color: 7355555.

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

Color convert

RGB 163 60 112 -
CMYK 0 0.63 0.31 0.36
HSL 329.71º 0.46% 0.44% -
HSV(B) 329.71º 0.63% 0.64% -
XYZ 19.64 12.19 16.65 -
YUV 96.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 163 60 112 0 0.63 0.31 0.36 329.71 0.46 0.44
Hex A3 3C 70 0 3F 1F 24 14A 2E 2C
Octal 243 74 160 0 77 37 44 512 56 54
Binary 10100011 111100 1110000 0 111111 11111 100100 101001010 101110 101100

Color Harmonies of #A33C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C70

Black with #A33C70

Text Example


Text Example

White with #A33C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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