Html Css Color HEX #A33166 Rouge

📋 copy color: '#A33166'

red 163 ◦ green 49 ◦ blue 102

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

Shades of Rouge #A33166

Tints of Rouge #A33166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 51.91%
G = 15.61%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A33166 (or 0xA33166) is known color: Rouge. HEX triplet: A3, 31 and 66. RGB value is (163,49,102). Sum of RGB (Red+Green+Blue) = 163+49+102=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A33166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33166 is #5CCE99. Grayscale: #595959. Windows color (decimal): -6082202 or 6697379. OLE color: 6697379.

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

Color convert

RGB 163 49 102 -
CMYK 0 0.70 0.37 0.36
HSL 332.11º 0.54% 0.42% -
HSV(B) 332.11º 0.7% 0.64% -
XYZ 18.6 10.94 13.7 -
YUV 89.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 163 49 102 0 0.70 0.37 0.36 332.11 0.54 0.42
Hex A3 31 66 0 46 25 24 14C 36 2A
Octal 243 61 146 0 106 45 44 514 66 52
Binary 10100011 110001 1100110 0 1000110 100101 100100 101001100 110110 101010

Color Harmonies of #A33166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33166

Black with #A33166

Text Example


Text Example

White with #A33166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33166; }

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

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

background-color css

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

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

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

border-color css

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

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

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