Html Css Color HEX #A33D63 Rouge

📋 copy color: '#A33D63'

red 163 ◦ green 61 ◦ blue 99

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

Shades of Rouge #A33D63

Tints of Rouge #A33D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 50.46%
G = 18.89%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A33D63 (or 0xA33D63) is known color: Rouge. HEX triplet: A3, 3D and 63. RGB value is (163,61,99). Sum of RGB (Red+Green+Blue) = 163+61+99=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33D63 is #5CC29C. Grayscale: #5F5F5F. Windows color (decimal): -6079133 or 6503843. OLE color: 6503843.

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

Color convert

RGB 163 61 99 -
CMYK 0 0.63 0.39 0.36
HSL 337.65º 0.46% 0.44% -
HSV(B) 337.65º 0.63% 0.64% -
XYZ 19.03 12.02 13.12 -
YUV 95.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 163 61 99 0 0.63 0.39 0.36 337.65 0.46 0.44
Hex A3 3D 63 0 3F 27 24 152 2E 2C
Octal 243 75 143 0 77 47 44 522 56 54
Binary 10100011 111101 1100011 0 111111 100111 100100 101010010 101110 101100

Color Harmonies of #A33D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D63

Black with #A33D63

Text Example


Text Example

White with #A33D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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