Html Css Color HEX #A33B6C Rouge

📋 copy color: '#A33B6C'

red 163 ◦ green 59 ◦ blue 108

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

Shades of Rouge #A33B6C

Tints of Rouge #A33B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 49.39%
G = 17.88%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A33B6C (or 0xA33B6C) is known color: Rouge. HEX triplet: A3, 3B and 6C. RGB value is (163,59,108). Sum of RGB (Red+Green+Blue) = 163+59+108=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B6C is #5CC493. Grayscale: #5F5F5F. Windows color (decimal): -6079636 or 7093155. OLE color: 7093155.

HSL color Cylindrical-coordinate representation of color #A33B6C: hue angle of 331.73º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B6C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 59 108 -
CMYK 0 0.64 0.34 0.36
HSL 331.73º 0.47% 0.44% -
HSV(B) 331.73º 0.64% 0.64% -
XYZ 19.38 12 15.48 -
YUV 95.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 163 59 108 0 0.64 0.34 0.36 331.73 0.47 0.44
Hex A3 3B 6C 0 40 22 24 14C 2F 2C
Octal 243 73 154 0 100 42 44 514 57 54
Binary 10100011 111011 1101100 0 1000000 100010 100100 101001100 101111 101100

Color Harmonies of #A33B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33B6C

Black with #A33B6C

Text Example


Text Example

White with #A33B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33B6C; }

 p { color: rgb(163,59,108); }

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

background-color css

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

 a { background-color: rgb(163,59,108); }

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

border-color css

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

 span { border-color: rgb(163,59,108); }

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