Html Css Color HEX #A33461 Rouge

📋 copy color: '#A33461'

red 163 ◦ green 52 ◦ blue 97

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

Shades of Rouge #A33461

Tints of Rouge #A33461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 52.24%
G = 16.67%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A33461 (or 0xA33461) is known color: Rouge. HEX triplet: A3, 34 and 61. RGB value is (163,52,97). Sum of RGB (Red+Green+Blue) = 163+52+97=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A33461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33461 is #5CCB9E. Grayscale: #5A5A5A. Windows color (decimal): -6081439 or 6370467. OLE color: 6370467.

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

Color convert

RGB 163 52 97 -
CMYK 0 0.68 0.40 0.36
HSL 335.68º 0.52% 0.42% -
HSV(B) 335.68º 0.68% 0.64% -
XYZ 18.49 11.11 12.48 -
YUV 90.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 163 52 97 0 0.68 0.40 0.36 335.68 0.52 0.42
Hex A3 34 61 0 44 28 24 150 34 2A
Octal 243 64 141 0 104 50 44 520 64 52
Binary 10100011 110100 1100001 0 1000100 101000 100100 101010000 110100 101010

Color Harmonies of #A33461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33461

Black with #A33461

Text Example


Text Example

White with #A33461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33461; }

 p { color: rgb(163,52,97); }

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

background-color css

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

 a { background-color: rgb(163,52,97); }

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

border-color css

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

 span { border-color: rgb(163,52,97); }

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