Html Css Color HEX #A33168 Rouge

📋 copy color: '#A33168'

red 163 ◦ green 49 ◦ blue 104

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

Shades of Rouge #A33168

Tints of Rouge #A33168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 51.58%
G = 15.51%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A33168 (or 0xA33168) is known color: Rouge. HEX triplet: A3, 31 and 68. RGB value is (163,49,104). Sum of RGB (Red+Green+Blue) = 163+49+104=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A33168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33168 is #5CCE97. Grayscale: #595959. Windows color (decimal): -6082200 or 6828451. OLE color: 6828451.

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

Color convert

RGB 163 49 104 -
CMYK 0 0.70 0.36 0.36
HSL 331.05º 0.54% 0.42% -
HSV(B) 331.05º 0.7% 0.64% -
XYZ 18.7 10.98 14.23 -
YUV 89.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 163 49 104 0 0.70 0.36 0.36 331.05 0.54 0.42
Hex A3 31 68 0 46 24 24 14B 36 2A
Octal 243 61 150 0 106 44 44 513 66 52
Binary 10100011 110001 1101000 0 1000110 100100 100100 101001011 110110 101010

Color Harmonies of #A33168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33168

Black with #A33168

Text Example


Text Example

White with #A33168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33168; }

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

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

background-color css

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

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

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

border-color css

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

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

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