Html Css Color HEX #A33C66 Rouge

📋 copy color: '#A33C66'

red 163 ◦ green 60 ◦ blue 102

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

Shades of Rouge #A33C66

Tints of Rouge #A33C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 50.15%
G = 18.46%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A33C66 (or 0xA33C66) is known color: Rouge. HEX triplet: A3, 3C and 66. RGB value is (163,60,102). Sum of RGB (Red+Green+Blue) = 163+60+102=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C66 is #5CC399. Grayscale: #5F5F5F. Windows color (decimal): -6079386 or 6700195. OLE color: 6700195.

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

Color convert

RGB 163 60 102 -
CMYK 0 0.63 0.37 0.36
HSL 335.53º 0.46% 0.44% -
HSV(B) 335.53º 0.63% 0.64% -
XYZ 19.12 11.98 13.87 -
YUV 95.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 163 60 102 0 0.63 0.37 0.36 335.53 0.46 0.44
Hex A3 3C 66 0 3F 25 24 150 2E 2C
Octal 243 74 146 0 77 45 44 520 56 54
Binary 10100011 111100 1100110 0 111111 100101 100100 101010000 101110 101100

Color Harmonies of #A33C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C66

Black with #A33C66

Text Example


Text Example

White with #A33C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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