Html Css Color HEX #A33360 Rouge

📋 copy color: '#A33360'

red 163 ◦ green 51 ◦ blue 96

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

Shades of Rouge #A33360

Tints of Rouge #A33360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 52.58%
G = 16.45%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A33360 (or 0xA33360) is known color: Rouge. HEX triplet: A3, 33 and 60. RGB value is (163,51,96). Sum of RGB (Red+Green+Blue) = 163+51+96=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A33360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33360 is #5CCC9F. Grayscale: #595959. Windows color (decimal): -6081696 or 6304675. OLE color: 6304675.

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

Color convert

RGB 163 51 96 -
CMYK 0 0.69 0.41 0.36
HSL 335.89º 0.52% 0.42% -
HSV(B) 335.89º 0.69% 0.64% -
XYZ 18.4 11 12.22 -
YUV 89.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 163 51 96 0 0.69 0.41 0.36 335.89 0.52 0.42
Hex A3 33 60 0 45 29 24 150 34 2A
Octal 243 63 140 0 105 51 44 520 64 52
Binary 10100011 110011 1100000 0 1000101 101001 100100 101010000 110100 101010

Color Harmonies of #A33360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33360

Black with #A33360

Text Example


Text Example

White with #A33360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33360; }

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

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

background-color css

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

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

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

border-color css

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

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

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