Html Css Color HEX #A33265 Rouge

📋 copy color: '#A33265'

red 163 ◦ green 50 ◦ blue 101

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

Shades of Rouge #A33265

Tints of Rouge #A33265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 51.91%
G = 15.92%
B = 32.17%

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

#A33265 (or 0xA33265) is known color: Rouge. HEX triplet: A3, 32 and 65. RGB value is (163,50,101). Sum of RGB (Red+Green+Blue) = 163+50+101=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A33265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33265 is #5CCD9A. Grayscale: #595959. Windows color (decimal): -6081947 or 6632099. OLE color: 6632099.

HSL color Cylindrical-coordinate representation of color #A33265: hue angle of 332.92º degrees, saturation: 0.53, 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 #A33265 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 101 -
CMYK 0 0.69 0.38 0.36
HSL 332.92º 0.53% 0.42% -
HSV(B) 332.92º 0.69% 0.64% -
XYZ 18.59 11.01 13.46 -
YUV 89.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 163 50 101 0 0.69 0.38 0.36 332.92 0.53 0.42
Hex A3 32 65 0 45 26 24 14D 35 2A
Octal 243 62 145 0 105 46 44 515 65 52
Binary 10100011 110010 1100101 0 1000101 100110 100100 101001101 110101 101010

Color Harmonies of #A33265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33265

Black with #A33265

Text Example


Text Example

White with #A33265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33265; }

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

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

background-color css

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

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

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

border-color css

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

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

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