Html Css Color HEX #A33368 Rouge

📋 copy color: '#A33368'

red 163 ◦ green 51 ◦ blue 104

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

Shades of Rouge #A33368

Tints of Rouge #A33368

RGB

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

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

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

R = 51.26%
G = 16.04%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A33368 (or 0xA33368) is known color: Rouge. HEX triplet: A3, 33 and 68. RGB value is (163,51,104). Sum of RGB (Red+Green+Blue) = 163+51+104=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33368 is #5CCC97. Grayscale: #5A5A5A. Windows color (decimal): -6081688 or 6828963. OLE color: 6828963.

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

Color convert

RGB 163 51 104 -
CMYK 0 0.69 0.36 0.36
HSL 331.61º 0.52% 0.42% -
HSV(B) 331.61º 0.69% 0.64% -
XYZ 18.79 11.15 14.26 -
YUV 90.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 163 51 104 0 0.69 0.36 0.36 331.61 0.52 0.42
Hex A3 33 68 0 45 24 24 14C 34 2A
Octal 243 63 150 0 105 44 44 514 64 52
Binary 10100011 110011 1101000 0 1000101 100100 100100 101001100 110100 101010

Color Harmonies of #A33368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33368

Black with #A33368

Text Example


Text Example

White with #A33368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33368; }

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

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

background-color css

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

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

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

border-color css

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

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

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