Html Css Color HEX #A33165 Rouge

📋 copy color: '#A33165'

red 163 ◦ green 49 ◦ blue 101

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

Shades of Rouge #A33165

Tints of Rouge #A33165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 52.08%
G = 15.65%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A33165 (or 0xA33165) is known color: Rouge. HEX triplet: A3, 31 and 65. RGB value is (163,49,101). Sum of RGB (Red+Green+Blue) = 163+49+101=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A33165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33165 is #5CCE9A. Grayscale: #585858. Windows color (decimal): -6082203 or 6631843. OLE color: 6631843.

HSL color Cylindrical-coordinate representation of color #A33165: hue angle of 332.63º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33165 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 101 -
CMYK 0 0.70 0.38 0.36
HSL 332.63º 0.54% 0.42% -
HSV(B) 332.63º 0.7% 0.64% -
XYZ 18.55 10.92 13.44 -
YUV 89.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 163 49 101 0 0.70 0.38 0.36 332.63 0.54 0.42
Hex A3 31 65 0 46 26 24 14D 36 2A
Octal 243 61 145 0 106 46 44 515 66 52
Binary 10100011 110001 1100101 0 1000110 100110 100100 101001101 110110 101010

Color Harmonies of #A33165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33165

Black with #A33165

Text Example


Text Example

White with #A33165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33165; }

 p { color: rgb(163,49,101); }

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

background-color css

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

 a { background-color: rgb(163,49,101); }

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

border-color css

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

 span { border-color: rgb(163,49,101); }

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