Html Css Color HEX #A33365 Rouge

📋 copy color: '#A33365'

red 163 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A33365

Tints of Rouge #A33365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 51.75%
G = 16.19%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A33365 (or 0xA33365) is known color: Rouge. HEX triplet: A3, 33 and 65. RGB value is (163,51,101). Sum of RGB (Red+Green+Blue) = 163+51+101=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A33365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33365 is #5CCC9A. Grayscale: #5A5A5A. Windows color (decimal): -6081691 or 6632355. OLE color: 6632355.

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

Color convert

RGB 163 51 101 -
CMYK 0 0.69 0.38 0.36
HSL 333.21º 0.52% 0.42% -
HSV(B) 333.21º 0.69% 0.64% -
XYZ 18.64 11.09 13.47 -
YUV 90.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 163 51 101 0 0.69 0.38 0.36 333.21 0.52 0.42
Hex A3 33 65 0 45 26 24 14D 34 2A
Octal 243 63 145 0 105 46 44 515 64 52
Binary 10100011 110011 1100101 0 1000101 100110 100100 101001101 110100 101010

Color Harmonies of #A33365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33365

Black with #A33365

Text Example


Text Example

White with #A33365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33365; }

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

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

background-color css

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

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

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

border-color css

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

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

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