Html Css Color HEX #A33D72 Rouge

📋 copy color: '#A33D72'

red 163 ◦ green 61 ◦ blue 114

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

Shades of Rouge #A33D72

Tints of Rouge #A33D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 48.22%
G = 18.05%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A33D72 (or 0xA33D72) is known color: Rouge. HEX triplet: A3, 3D and 72. RGB value is (163,61,114). Sum of RGB (Red+Green+Blue) = 163+61+114=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D72 is #5CC28D. Grayscale: #616161. Windows color (decimal): -6079118 or 7486883. OLE color: 7486883.

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

Color convert

RGB 163 61 114 -
CMYK 0 0.63 0.30 0.36
HSL 328.82º 0.46% 0.44% -
HSV(B) 328.82º 0.63% 0.64% -
XYZ 19.81 12.34 17.26 -
YUV 97.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 163 61 114 0 0.63 0.30 0.36 328.82 0.46 0.44
Hex A3 3D 72 0 3F 1E 24 149 2E 2C
Octal 243 75 162 0 77 36 44 511 56 54
Binary 10100011 111101 1110010 0 111111 11110 100100 101001001 101110 101100

Color Harmonies of #A33D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D72

Black with #A33D72

Text Example


Text Example

White with #A33D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D72; }

 p { color: rgb(163,61,114); }

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

background-color css

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

 a { background-color: rgb(163,61,114); }

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

border-color css

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

 span { border-color: rgb(163,61,114); }

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