Html Css Color HEX #A33C68 Rouge

📋 copy color: '#A33C68'

red 163 ◦ green 60 ◦ blue 104

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

Shades of Rouge #A33C68

Tints of Rouge #A33C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 49.85%
G = 18.35%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A33C68 (or 0xA33C68) is known color: Rouge. HEX triplet: A3, 3C and 68. RGB value is (163,60,104). Sum of RGB (Red+Green+Blue) = 163+60+104=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C68 is #5CC397. Grayscale: #5F5F5F. Windows color (decimal): -6079384 or 6831267. OLE color: 6831267.

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

Color convert

RGB 163 60 104 -
CMYK 0 0.63 0.36 0.36
HSL 334.37º 0.46% 0.44% -
HSV(B) 334.37º 0.63% 0.64% -
XYZ 19.22 12.02 14.4 -
YUV 95.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 163 60 104 0 0.63 0.36 0.36 334.37 0.46 0.44
Hex A3 3C 68 0 3F 24 24 14E 2E 2C
Octal 243 74 150 0 77 44 44 516 56 54
Binary 10100011 111100 1101000 0 111111 100100 100100 101001110 101110 101100

Color Harmonies of #A33C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C68

Black with #A33C68

Text Example


Text Example

White with #A33C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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